COLOR #0008E8

HEX: #0008E8
RGB: (0,8,232)

Color info

#0008E8 contains mainly blue color. Web safe color of #0008E8 is #0000FF (or #00F).

RGB color model

#0008E8 color RGB value is (0,8,232).

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

RGB channels and saturation

R 0 of 255 = 0%
G 8 of 255 = 3%
B 232 of 255 = 91%

0
8
232

R + G + B ~ 31%. #0008E8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 8 + 232 = 240 (100%)
R 0 of 240 ~ 0%
G 8 of 240 ~ 3.33%
B 232 of 240 ~ 96.67%

%96.67

CMYK color model

#0008E8 color CMYK value is (100,97,0,9).

  • cyan value is 100.00%
  • magenta value is 96.55%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(100,97,0,9)
C100M97Y0K9 
(100%,97%,0%,9%)
(1.00/0.97/0.00/0.09)	

CMYK percentages

%100
%96.55
%0
%9.02

Codes

Color #0008E8 in popluar color models

0008E8
RGB08232
HSL238°100.00%45.49%
HSB/HSV238°100.00%90.98%
CMYK100.00%96.55%0.00%
9.02%

Color #0008E8 in popluar number systems.

HEX0008E8
Decimal08232
Binary0100011101000
Octal010350

Shades and tints

Shades of #0008E8

#0008E8
(0,8,232)
#0008D3
(0,8,211)
#0008BE
(0,8,190)
#0008A9
(0,8,169)
#000894
(0,8,148)
#00087F
(0,8,127)
#00086A
(0,8,106)
#000855
(0,8,85)
#000840
(0,8,64)
#00082B
(0,8,43)
#000816
(0,8,22)
#000000
(0,0,0)

Tints of #0008E8

#0008E8
(0,8,232)
#171EEA
(23,30,234)
#2E34EC
(46,52,236)
#454AEE
(69,74,238)
#5C60F0
(92,96,240)
#7376F2
(115,118,242)
#8A8CF4
(138,140,244)
#A1A2F6
(161,162,246)
#B8B8F8
(184,184,248)
#CFCEFA
(207,206,250)
#E6E4FC
(230,228,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0008E8 color. Also use rgb(0,8,232) instead hex code.

Text Font Color

.myTextColor { color: #0008E8; }

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

This text font color is #0008E8.


Background Color

.myBgColor { background-color: #0008E8; }

<div style="background-color:#0008E8">Inner text</div>

This div background color is #0008E8.


Border color

.myBorderColor { border: 1px solid #0008E8; }

<div style="border:3px solid #0008E8">Div</div>

This div border color is #0008E8.


Opacity

.myOpacity80 { color: #0008E8; opacity: 0.8; }

<p style="color:#0008E8;opacity:0.8;">80%</p>

Text with #0008E8 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 #0008E8;}

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

This text has shadow with #0008E8 color.

.textShadow {text-shadow: 3px 3px 1px #0008E8, 3px 3px 1px red;}

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

This text has shadow with #0008E8 primary color and red secondary color.


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

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

This text has shadow with #0008E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0008E8 on black background.


Color preview on white background

This text has color #0008E8 on white background.



Black color preview on #0008E8 background

This text has black color on #0008E8 background.


White color preview on #0008E8 background

This text has white color on #0008E8 background.