COLOR #0E8CD4

HEX: #0E8CD4
RGB: (14,140,212)

Color info

#0E8CD4 contains mainly blue color. Web safe color of #0E8CD4 is #0099CC (or #09C).

RGB color model

#0E8CD4 color RGB value is (14,140,212).

  • red value is 14;
  • green value is 140;
  • blue value is 212.
RGB:
(14,140,212)
(5%,55%,83%)

RGB channels and saturation

R 14 of 255 = 5%
G 140 of 255 = 55%
B 212 of 255 = 83%

14
140
212

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

Portions of RGB colors in percentages

R + G + B =
14 + 140 + 212 = 366 (100%)
R 14 of 366 ~ 3.83%
G 140 of 366 ~ 38.25%
B 212 of 366 ~ 57.92%

%38.25
%57.92

CMYK color model

#0E8CD4 color CMYK value is (93,34,0,17).

  • cyan value is 93.40%
  • magenta value is 33.96%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(93,34,0,17)
C93M34Y0K17 
(93%,34%,0%,17%)
(0.93/0.34/0.00/0.17)	

CMYK percentages

%93.4
%33.96
%0
%16.86

Codes

Color #0E8CD4 in popluar color models

0E8CD4
RGB14140212
HSL202°87.61%44.31%
HSB/HSV202°93.40%83.14%
CMYK93.40%33.96%0.00%
16.86%

Color #0E8CD4 in popluar number systems.

HEX0E8CD4
Decimal14140212
Binary11101000110011010100
Octal16214324

Shades and tints

Shades of #0E8CD4

#0E8CD4
(14,140,212)
#0D80C1
(13,128,193)
#0C74AE
(12,116,174)
#0B689B
(11,104,155)
#0A5C88
(10,92,136)
#095075
(9,80,117)
#084462
(8,68,98)
#07384F
(7,56,79)
#062C3C
(6,44,60)
#052029
(5,32,41)
#041416
(4,20,22)
#000000
(0,0,0)

Tints of #0E8CD4

#0E8CD4
(14,140,212)
#2396D7
(35,150,215)
#38A0DA
(56,160,218)
#4DAADD
(77,170,221)
#62B4E0
(98,180,224)
#77BEE3
(119,190,227)
#8CC8E6
(140,200,230)
#A1D2E9
(161,210,233)
#B6DCEC
(182,220,236)
#CBE6EF
(203,230,239)
#E0F0F2
(224,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E8CD4 color. Also use rgb(14,140,212) instead hex code.

Text Font Color

.myTextColor { color: #0E8CD4; }

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

This text font color is #0E8CD4.


Background Color

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

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

This div background color is #0E8CD4.


Border color

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

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

This div border color is #0E8CD4.


Opacity

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

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

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

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

This text has shadow with #0E8CD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E8CD4 on black background.


Color preview on white background

This text has color #0E8CD4 on white background.



Black color preview on #0E8CD4 background

This text has black color on #0E8CD4 background.


White color preview on #0E8CD4 background

This text has white color on #0E8CD4 background.