COLOR #0E9AF4

HEX: #0E9AF4
RGB: (14,154,244)

Color info

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

RGB color model

#0E9AF4 color RGB value is (14,154,244).

  • red value is 14;
  • green value is 154;
  • blue value is 244.
RGB:
(14,154,244)
(5%,60%,96%)

RGB channels and saturation

R 14 of 255 = 5%
G 154 of 255 = 60%
B 244 of 255 = 96%

14
154
244

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

Portions of RGB colors in percentages

R + G + B =
14 + 154 + 244 = 412 (100%)
R 14 of 412 ~ 3.4%
G 154 of 412 ~ 37.38%
B 244 of 412 ~ 59.22%

%37.38
%59.22

CMYK color model

#0E9AF4 color CMYK value is (94,37,0,4).

  • cyan value is 94.26%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(94,37,0,4)
C94M37Y0K4 
(94%,37%,0%,4%)
(0.94/0.37/0.00/0.04)	

CMYK percentages

%94.26
%36.89
%0
%4.31

Codes

Color #0E9AF4 in popluar color models

0E9AF4
RGB14154244
HSL203°91.27%50.59%
HSB/HSV203°94.26%95.69%
CMYK94.26%36.89%0.00%
4.31%

Color #0E9AF4 in popluar number systems.

HEX0E9AF4
Decimal14154244
Binary11101001101011110100
Octal16232364

Shades and tints

Shades of #0E9AF4

#0E9AF4
(14,154,244)
#0D8CDE
(13,140,222)
#0C7EC8
(12,126,200)
#0B70B2
(11,112,178)
#0A629C
(10,98,156)
#095486
(9,84,134)
#084670
(8,70,112)
#07385A
(7,56,90)
#062A44
(6,42,68)
#051C2E
(5,28,46)
#040E18
(4,14,24)
#000000
(0,0,0)

Tints of #0E9AF4

#0E9AF4
(14,154,244)
#23A3F5
(35,163,245)
#38ACF6
(56,172,246)
#4DB5F7
(77,181,247)
#62BEF8
(98,190,248)
#77C7F9
(119,199,249)
#8CD0FA
(140,208,250)
#A1D9FB
(161,217,251)
#B6E2FC
(182,226,252)
#CBEBFD
(203,235,253)
#E0F4FE
(224,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E9AF4 color. Also use rgb(14,154,244) instead hex code.

Text Font Color

.myTextColor { color: #0E9AF4; }

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

This text font color is #0E9AF4.


Background Color

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

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

This div background color is #0E9AF4.


Border color

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

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

This div border color is #0E9AF4.


Opacity

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

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

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

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

This text has shadow with #0E9AF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E9AF4 on black background.


Color preview on white background

This text has color #0E9AF4 on white background.



Black color preview on #0E9AF4 background

This text has black color on #0E9AF4 background.


White color preview on #0E9AF4 background

This text has white color on #0E9AF4 background.