COLOR #0F0EF2

HEX: #0F0EF2
RGB: (15,14,242)

Color info

#0F0EF2 contains mainly blue color. Web safe color of #0F0EF2 is #0000FF (or #00F).

RGB color model

#0F0EF2 color RGB value is (15,14,242).

  • red value is 15;
  • green value is 14;
  • blue value is 242.
RGB:
(15,14,242)
(6%,5%,95%)

RGB channels and saturation

R 15 of 255 = 6%
G 14 of 255 = 5%
B 242 of 255 = 95%

15
14
242

R + G + B ~ 35%. #0F0EF2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
15 + 14 + 242 = 271 (100%)
R 15 of 271 ~ 5.54%
G 14 of 271 ~ 5.17%
B 242 of 271 ~ 89.3%

%89.3

CMYK color model

#0F0EF2 color CMYK value is (94,94,0,5).

  • cyan value is 93.80%
  • magenta value is 94.21%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(94,94,0,5)
C94M94Y0K5 
(94%,94%,0%,5%)
(0.94/0.94/0.00/0.05)	

CMYK percentages

%93.8
%94.21
%0
%5.1

Codes

Color #0F0EF2 in popluar color models

0F0EF2
RGB1514242
HSL240°89.76%50.20%
HSB/HSV240°94.21%94.90%
CMYK93.80%94.21%0.00%
5.10%

Color #0F0EF2 in popluar number systems.

HEX0F0EF2
Decimal1514242
Binary1111111011110010
Octal1716362

Shades and tints

Shades of #0F0EF2

#0F0EF2
(15,14,242)
#0E0DDC
(14,13,220)
#0D0CC6
(13,12,198)
#0C0BB0
(12,11,176)
#0B0A9A
(11,10,154)
#0A0984
(10,9,132)
#09086E
(9,8,110)
#080758
(8,7,88)
#070642
(7,6,66)
#06052C
(6,5,44)
#050416
(5,4,22)
#000000
(0,0,0)

Tints of #0F0EF2

#0F0EF2
(15,14,242)
#2423F3
(36,35,243)
#3938F4
(57,56,244)
#4E4DF5
(78,77,245)
#6362F6
(99,98,246)
#7877F7
(120,119,247)
#8D8CF8
(141,140,248)
#A2A1F9
(162,161,249)
#B7B6FA
(183,182,250)
#CCCBFB
(204,203,251)
#E1E0FC
(225,224,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F0EF2 color. Also use rgb(15,14,242) instead hex code.

Text Font Color

.myTextColor { color: #0F0EF2; }

<p style="color:#0F0EF2">This sample text font color is #0F0EF2.</p>

This text font color is #0F0EF2.


Background Color

.myBgColor { background-color: #0F0EF2; }

<div style="background-color:#0F0EF2">Inner text</div>

This div background color is #0F0EF2.


Border color

.myBorderColor { border: 1px solid #0F0EF2; }

<div style="border:3px solid #0F0EF2">Div</div>

This div border color is #0F0EF2.


Opacity

.myOpacity80 { color: #0F0EF2; opacity: 0.8; }

<p style="color:#0F0EF2;opacity:0.8;">80%</p>

Text with #0F0EF2 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0F0EF2;}

<p style="text-shadow: 3px 3px 1px #0F0EF2">Text here.</p>

This text has shadow with #0F0EF2 color.

.textShadow {text-shadow: 3px 3px 1px #0F0EF2, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0F0EF2, 5px 5px 20px red">Text here.</p>

This text has shadow with #0F0EF2 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0F0EF2, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0F0EF2, Direction=45, Strength=4)">Text</p>

This text has shadow with #0F0EF2 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #0F0EF2;
  -webkit-box-shadow:	1px 1px 3px 2px #0F0EF2;
  box-shadow:		1px 1px 3px 2px #0F0EF2;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0F0EF2;
-webkit-box-shadow: 1px 1px 3px 2px #0F0EF2;
box-shadow:1px 1px 3px 2px #0F0EF2;">
Div content here</div>
This div box has shadow with color #0F0EF2.

Preview

Color preview on black background

This text has color #0F0EF2 on black background.


Color preview on white background

This text has color #0F0EF2 on white background.



Black color preview on #0F0EF2 background

This text has black color on #0F0EF2 background.


White color preview on #0F0EF2 background

This text has white color on #0F0EF2 background.