COLOR #0F6DF4

HEX: #0F6DF4
RGB: (15,109,244)

Color info

#0F6DF4 contains mainly blue color. Web safe color of #0F6DF4 is #0066FF (or #06F).

RGB color model

#0F6DF4 color RGB value is (15,109,244).

  • red value is 15;
  • green value is 109;
  • blue value is 244.
RGB:
(15,109,244)
(6%,43%,96%)

RGB channels and saturation

R 15 of 255 = 6%
G 109 of 255 = 43%
B 244 of 255 = 96%

15
109
244

R + G + B ~ 48%. #0F6DF4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
15 + 109 + 244 = 368 (100%)
R 15 of 368 ~ 4.08%
G 109 of 368 ~ 29.62%
B 244 of 368 ~ 66.3%

%29.62
%66.3

CMYK color model

#0F6DF4 color CMYK value is (94,55,0,4).

  • cyan value is 93.85%
  • magenta value is 55.33%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(94,55,0,4)
C94M55Y0K4 
(94%,55%,0%,4%)
(0.94/0.55/0.00/0.04)	

CMYK percentages

%93.85
%55.33
%0
%4.31

Codes

Color #0F6DF4 in popluar color models

0F6DF4
RGB15109244
HSL215°91.24%50.78%
HSB/HSV215°93.85%95.69%
CMYK93.85%55.33%0.00%
4.31%

Color #0F6DF4 in popluar number systems.

HEX0F6DF4
Decimal15109244
Binary1111110110111110100
Octal17155364

Shades and tints

Shades of #0F6DF4

#0F6DF4
(15,109,244)
#0E64DE
(14,100,222)
#0D5BC8
(13,91,200)
#0C52B2
(12,82,178)
#0B499C
(11,73,156)
#0A4086
(10,64,134)
#093770
(9,55,112)
#082E5A
(8,46,90)
#072544
(7,37,68)
#061C2E
(6,28,46)
#051318
(5,19,24)
#000000
(0,0,0)

Tints of #0F6DF4

#0F6DF4
(15,109,244)
#247AF5
(36,122,245)
#3987F6
(57,135,246)
#4E94F7
(78,148,247)
#63A1F8
(99,161,248)
#78AEF9
(120,174,249)
#8DBBFA
(141,187,250)
#A2C8FB
(162,200,251)
#B7D5FC
(183,213,252)
#CCE2FD
(204,226,253)
#E1EFFE
(225,239,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F6DF4 color. Also use rgb(15,109,244) instead hex code.

Text Font Color

.myTextColor { color: #0F6DF4; }

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

This text font color is #0F6DF4.


Background Color

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

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

This div background color is #0F6DF4.


Border color

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

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

This div border color is #0F6DF4.


Opacity

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

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

Text with #0F6DF4 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 #0F6DF4;}

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

This text has shadow with #0F6DF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F6DF4 on black background.


Color preview on white background

This text has color #0F6DF4 on white background.



Black color preview on #0F6DF4 background

This text has black color on #0F6DF4 background.


White color preview on #0F6DF4 background

This text has white color on #0F6DF4 background.