Html Css Color HEX #008EEB Dodger Blue

📋 copy color: '#008EEB'

red 0 ◦ green 142 ◦ blue 235

#008EEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #008EEB

Tints of Dodger Blue #008EEB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 142 (55.86% from 255) = 37.67%

 BLUE value IS 235 (92.19% from 255) = 62.33%

R = 0%
G = 37.67%
B = 62.33%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#008EEB (or 0x008EEB) is known color: Dodger Blue. HEX triplet: 00, 8E and EB. RGB value is (0,142,235). Sum of RGB (Red+Green+Blue) = 0+142+235=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 235 (92.19% from 255 or 62.33% from 377); Max value from RGB is 235 - color contains mainly: blue. Hex color #008EEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EEB is #FF7114. Grayscale: #6D6D6D. Windows color (decimal): -16740629 or 15437312. OLE color: 15437312.

HSL color Cylindrical-coordinate representation of color #008EEB: hue angle of 203.74º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EEB is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 142 235 -
CMYK 1 0.40 0 0.08
HSL 203.74º 1% 0.46% -
HSV(B) 203.74º 1% 0.92% -
XYZ 24.67 25.34 82.19 -
YUV 110.14 198.46 49.44 -
System Red Green Blue C M Y K H S L
Decimal 0 142 235 1 0.40 0 0.08 203.74 1 0.46
Hex 0 8E EB 64 28 0 8 CC 64 2E
Octal 0 216 353 144 50 0 10 314 144 56
Binary 0 10001110 11101011 1100100 101000 0 1000 11001100 1100100 101110

Color Harmonies of #008EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EEB

Black with #008EEB

Text Example


Text Example

White with #008EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008EEB; }

 p { color: rgb(0,142,235); }

 H1.HeaderClassName
 {
   color: #008EEB;
 }
 .AnyTagClassName
 {
   color: #008EEB;
 }
</style>

background-color css

<style>
 a { background-color: #008EEB; }

 a { background-color: rgb(0,142,235); }

 div.DivClassName
 {
   background-color: #008EEB;
 }
 .BgClassName
 {
   background-color: #008EEB;
 }
</style>

border-color css

<style>
 span { border-color: #008EEB; }

 span { border-color: rgb(0,142,235); }

 td.TdClassName
 {
   border-color: #008EEB;
 }
 .TagClassName
 {
   border-color: #008EEB;
 }
</style>