COLOR #0EA8F1

HEX: #0EA8F1
RGB: (14,168,241)

Color info

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

RGB color model

#0EA8F1 color RGB value is (14,168,241).

  • red value is 14;
  • green value is 168;
  • blue value is 241.
RGB:
(14,168,241)
(5%,66%,95%)

RGB channels and saturation

R 14 of 255 = 5%
G 168 of 255 = 66%
B 241 of 255 = 95%

14
168
241

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

Portions of RGB colors in percentages

R + G + B =
14 + 168 + 241 = 423 (100%)
R 14 of 423 ~ 3.31%
G 168 of 423 ~ 39.72%
B 241 of 423 ~ 56.97%

%39.72
%56.97

CMYK color model

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

  • cyan value is 94.19%
  • magenta value is 30.29%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(94,30,0,5)
C94M30Y0K5 
(94%,30%,0%,5%)
(0.94/0.30/0.00/0.05)	

CMYK percentages

%94.19
%30.29
%0
%5.49

Codes

Color #0EA8F1 in popluar color models

0EA8F1
RGB14168241
HSL199°89.02%50.00%
HSB/HSV199°94.19%94.51%
CMYK94.19%30.29%0.00%
5.49%

Color #0EA8F1 in popluar number systems.

HEX0EA8F1
Decimal14168241
Binary11101010100011110001
Octal16250361

Shades and tints

Shades of #0EA8F1

#0EA8F1
(14,168,241)
#0D99DC
(13,153,220)
#0C8AC7
(12,138,199)
#0B7BB2
(11,123,178)
#0A6C9D
(10,108,157)
#095D88
(9,93,136)
#084E73
(8,78,115)
#073F5E
(7,63,94)
#063049
(6,48,73)
#052134
(5,33,52)
#04121F
(4,18,31)
#000000
(0,0,0)

Tints of #0EA8F1

#0EA8F1
(14,168,241)
#23AFF2
(35,175,242)
#38B6F3
(56,182,243)
#4DBDF4
(77,189,244)
#62C4F5
(98,196,245)
#77CBF6
(119,203,246)
#8CD2F7
(140,210,247)
#A1D9F8
(161,217,248)
#B6E0F9
(182,224,249)
#CBE7FA
(203,231,250)
#E0EEFB
(224,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EA8F1 color. Also use rgb(14,168,241) instead hex code.

Text Font Color

.myTextColor { color: #0EA8F1; }

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

This text font color is #0EA8F1.


Background Color

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

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

This div background color is #0EA8F1.


Border color

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

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

This div border color is #0EA8F1.


Opacity

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

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

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

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

This text has shadow with #0EA8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EA8F1 on black background.


Color preview on white background

This text has color #0EA8F1 on white background.



Black color preview on #0EA8F1 background

This text has black color on #0EA8F1 background.


White color preview on #0EA8F1 background

This text has white color on #0EA8F1 background.