COLOR #008CE8

HEX: #008CE8
RGB: (0,140,232)

Color info

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

RGB color model

#008CE8 color RGB value is (0,140,232).

  • red value is 0;
  • green value is 140;
  • blue value is 232.
RGB:
(0,140,232)
(0%,55%,91%)

RGB channels and saturation

R 0 of 255 = 0%
G 140 of 255 = 55%
B 232 of 255 = 91%

0
140
232

R + G + B ~ 49%. #008CE8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 140 + 232 = 372 (100%)
R 0 of 372 ~ 0%
G 140 of 372 ~ 37.63%
B 232 of 372 ~ 62.37%

%37.63
%62.37

CMYK color model

#008CE8 color CMYK value is (100,40,0,9).

  • cyan value is 100.00%
  • magenta value is 39.66%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(100,40,0,9)
C100M40Y0K9 
(100%,40%,0%,9%)
(1.00/0.40/0.00/0.09)	

CMYK percentages

%100
%39.66
%0
%9.02

Codes

Color #008CE8 in popluar color models

008CE8
RGB0140232
HSL204°100.00%45.49%
HSB/HSV204°100.00%90.98%
CMYK100.00%39.66%0.00%
9.02%

Color #008CE8 in popluar number systems.

HEX008CE8
Decimal0140232
Binary01000110011101000
Octal0214350

Shades and tints

Shades of #008CE8

#008CE8
(0,140,232)
#0080D3
(0,128,211)
#0074BE
(0,116,190)
#0068A9
(0,104,169)
#005C94
(0,92,148)
#00507F
(0,80,127)
#00446A
(0,68,106)
#003855
(0,56,85)
#002C40
(0,44,64)
#00202B
(0,32,43)
#001416
(0,20,22)
#000000
(0,0,0)

Tints of #008CE8

#008CE8
(0,140,232)
#1796EA
(23,150,234)
#2EA0EC
(46,160,236)
#45AAEE
(69,170,238)
#5CB4F0
(92,180,240)
#73BEF2
(115,190,242)
#8AC8F4
(138,200,244)
#A1D2F6
(161,210,246)
#B8DCF8
(184,220,248)
#CFE6FA
(207,230,250)
#E6F0FC
(230,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008CE8 color. Also use rgb(0,140,232) instead hex code.

Text Font Color

.myTextColor { color: #008CE8; }

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

This text font color is #008CE8.


Background Color

.myBgColor { background-color: #008CE8; }

<div style="background-color:#008CE8">Inner text</div>

This div background color is #008CE8.


Border color

.myBorderColor { border: 1px solid #008CE8; }

<div style="border:3px solid #008CE8">Div</div>

This div border color is #008CE8.


Opacity

.myOpacity80 { color: #008CE8; opacity: 0.8; }

<p style="color:#008CE8;opacity:0.8;">80%</p>

Text with #008CE8 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 #008CE8;}

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

This text has shadow with #008CE8 color.

.textShadow {text-shadow: 3px 3px 1px #008CE8, 3px 3px 1px red;}

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

This text has shadow with #008CE8 primary color and red secondary color.


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

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

This text has shadow with #008CE8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008CE8 on black background.


Color preview on white background

This text has color #008CE8 on white background.



Black color preview on #008CE8 background

This text has black color on #008CE8 background.


White color preview on #008CE8 background

This text has white color on #008CE8 background.