COLOR #0FA7E9

HEX: #0FA7E9
RGB: (15,167,233)

Color info

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

RGB color model

#0FA7E9 color RGB value is (15,167,233).

  • red value is 15;
  • green value is 167;
  • blue value is 233.
RGB:
(15,167,233)
(6%,65%,91%)

RGB channels and saturation

R 15 of 255 = 6%
G 167 of 255 = 65%
B 233 of 255 = 91%

15
167
233

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

Portions of RGB colors in percentages

R + G + B =
15 + 167 + 233 = 415 (100%)
R 15 of 415 ~ 3.61%
G 167 of 415 ~ 40.24%
B 233 of 415 ~ 56.14%

%40.24
%56.14

CMYK color model

#0FA7E9 color CMYK value is (94,28,0,9).

  • cyan value is 93.56%
  • magenta value is 28.33%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(94,28,0,9)
C94M28Y0K9 
(94%,28%,0%,9%)
(0.94/0.28/0.00/0.09)	

CMYK percentages

%93.56
%28.33
%0
%8.63

Codes

Color #0FA7E9 in popluar color models

0FA7E9
RGB15167233
HSL198°87.90%48.63%
HSB/HSV198°93.56%91.37%
CMYK93.56%28.33%0.00%
8.63%

Color #0FA7E9 in popluar number systems.

HEX0FA7E9
Decimal15167233
Binary11111010011111101001
Octal17247351

Shades and tints

Shades of #0FA7E9

#0FA7E9
(15,167,233)
#0E98D4
(14,152,212)
#0D89BF
(13,137,191)
#0C7AAA
(12,122,170)
#0B6B95
(11,107,149)
#0A5C80
(10,92,128)
#094D6B
(9,77,107)
#083E56
(8,62,86)
#072F41
(7,47,65)
#06202C
(6,32,44)
#051117
(5,17,23)
#000000
(0,0,0)

Tints of #0FA7E9

#0FA7E9
(15,167,233)
#24AFEB
(36,175,235)
#39B7ED
(57,183,237)
#4EBFEF
(78,191,239)
#63C7F1
(99,199,241)
#78CFF3
(120,207,243)
#8DD7F5
(141,215,245)
#A2DFF7
(162,223,247)
#B7E7F9
(183,231,249)
#CCEFFB
(204,239,251)
#E1F7FD
(225,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0FA7E9 color. Also use rgb(15,167,233) instead hex code.

Text Font Color

.myTextColor { color: #0FA7E9; }

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

This text font color is #0FA7E9.


Background Color

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

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

This div background color is #0FA7E9.


Border color

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

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

This div border color is #0FA7E9.


Opacity

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

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

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

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

This text has shadow with #0FA7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0FA7E9 on black background.


Color preview on white background

This text has color #0FA7E9 on white background.



Black color preview on #0FA7E9 background

This text has black color on #0FA7E9 background.


White color preview on #0FA7E9 background

This text has white color on #0FA7E9 background.