COLOR #0F81F0

HEX: #0F81F0
RGB: (15,129,240)

Color info

#0F81F0 contains mainly blue color. Web safe color of #0F81F0 is #0099FF (or #09F).

RGB color model

#0F81F0 color RGB value is (15,129,240).

  • red value is 15;
  • green value is 129;
  • blue value is 240.
RGB:
(15,129,240)
(6%,51%,94%)

RGB channels and saturation

R 15 of 255 = 6%
G 129 of 255 = 51%
B 240 of 255 = 94%

15
129
240

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

Portions of RGB colors in percentages

R + G + B =
15 + 129 + 240 = 384 (100%)
R 15 of 384 ~ 3.91%
G 129 of 384 ~ 33.59%
B 240 of 384 ~ 62.5%

%33.59
%62.5

CMYK color model

#0F81F0 color CMYK value is (94,46,0,6).

  • cyan value is 93.75%
  • magenta value is 46.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(94,46,0,6)
C94M46Y0K6 
(94%,46%,0%,6%)
(0.94/0.46/0.00/0.06)	

CMYK percentages

%93.75
%46.25
%0
%5.88

Codes

Color #0F81F0 in popluar color models

0F81F0
RGB15129240
HSL210°88.24%50.00%
HSB/HSV210°93.75%94.12%
CMYK93.75%46.25%0.00%
5.88%

Color #0F81F0 in popluar number systems.

HEX0F81F0
Decimal15129240
Binary11111000000111110000
Octal17201360

Shades and tints

Shades of #0F81F0

#0F81F0
(15,129,240)
#0E76DB
(14,118,219)
#0D6BC6
(13,107,198)
#0C60B1
(12,96,177)
#0B559C
(11,85,156)
#0A4A87
(10,74,135)
#093F72
(9,63,114)
#08345D
(8,52,93)
#072948
(7,41,72)
#061E33
(6,30,51)
#05131E
(5,19,30)
#000000
(0,0,0)

Tints of #0F81F0

#0F81F0
(15,129,240)
#248CF1
(36,140,241)
#3997F2
(57,151,242)
#4EA2F3
(78,162,243)
#63ADF4
(99,173,244)
#78B8F5
(120,184,245)
#8DC3F6
(141,195,246)
#A2CEF7
(162,206,247)
#B7D9F8
(183,217,248)
#CCE4F9
(204,228,249)
#E1EFFA
(225,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0F81F0 color. Also use rgb(15,129,240) instead hex code.

Text Font Color

.myTextColor { color: #0F81F0; }

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

This text font color is #0F81F0.


Background Color

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

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

This div background color is #0F81F0.


Border color

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

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

This div border color is #0F81F0.


Opacity

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

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

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

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

This text has shadow with #0F81F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0F81F0 on black background.


Color preview on white background

This text has color #0F81F0 on white background.



Black color preview on #0F81F0 background

This text has black color on #0F81F0 background.


White color preview on #0F81F0 background

This text has white color on #0F81F0 background.