COLOR #0FA9E8

HEX: #0FA9E8
RGB: (15,169,232)

Color info

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

RGB color model

#0FA9E8 color RGB value is (15,169,232).

  • red value is 15;
  • green value is 169;
  • blue value is 232.
RGB:
(15,169,232)
(6%,66%,91%)

RGB channels and saturation

R 15 of 255 = 6%
G 169 of 255 = 66%
B 232 of 255 = 91%

15
169
232

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

Portions of RGB colors in percentages

R + G + B =
15 + 169 + 232 = 416 (100%)
R 15 of 416 ~ 3.61%
G 169 of 416 ~ 40.63%
B 232 of 416 ~ 55.77%

%40.63
%55.77

CMYK color model

#0FA9E8 color CMYK value is (94,27,0,9).

  • cyan value is 93.53%
  • magenta value is 27.16%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(94,27,0,9)
C94M27Y0K9 
(94%,27%,0%,9%)
(0.94/0.27/0.00/0.09)	

CMYK percentages

%93.53
%27.16
%0
%9.02

Codes

Color #0FA9E8 in popluar color models

0FA9E8
RGB15169232
HSL197°87.85%48.43%
HSB/HSV197°93.53%90.98%
CMYK93.53%27.16%0.00%
9.02%

Color #0FA9E8 in popluar number systems.

HEX0FA9E8
Decimal15169232
Binary11111010100111101000
Octal17251350

Shades and tints

Shades of #0FA9E8

#0FA9E8
(15,169,232)
#0E9AD3
(14,154,211)
#0D8BBE
(13,139,190)
#0C7CA9
(12,124,169)
#0B6D94
(11,109,148)
#0A5E7F
(10,94,127)
#094F6A
(9,79,106)
#084055
(8,64,85)
#073140
(7,49,64)
#06222B
(6,34,43)
#051316
(5,19,22)
#000000
(0,0,0)

Tints of #0FA9E8

#0FA9E8
(15,169,232)
#24B0EA
(36,176,234)
#39B7EC
(57,183,236)
#4EBEEE
(78,190,238)
#63C5F0
(99,197,240)
#78CCF2
(120,204,242)
#8DD3F4
(141,211,244)
#A2DAF6
(162,218,246)
#B7E1F8
(183,225,248)
#CCE8FA
(204,232,250)
#E1EFFC
(225,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FA9E8 color. Also use rgb(15,169,232) instead hex code.

Text Font Color

.myTextColor { color: #0FA9E8; }

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

This text font color is #0FA9E8.


Background Color

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

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

This div background color is #0FA9E8.


Border color

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

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

This div border color is #0FA9E8.


Opacity

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

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

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

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

This text has shadow with #0FA9E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FA9E8 on black background.


Color preview on white background

This text has color #0FA9E8 on white background.



Black color preview on #0FA9E8 background

This text has black color on #0FA9E8 background.


White color preview on #0FA9E8 background

This text has white color on #0FA9E8 background.