Html Css Color HEX #008EFB Dodger Blue

📋 copy color: '#008EFB'

red 0 ◦ green 142 ◦ blue 251

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

Shades of Dodger Blue #008EFB

Tints of Dodger Blue #008EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.87%

R = 0%
G = 36.13%
B = 63.87%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#008EFB (or 0x008EFB) is known color: Dodger Blue. HEX triplet: 00, 8E and FB. RGB value is (0,142,251). Sum of RGB (Red+Green+Blue) = 0+142+251=393 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 251 (98.44% from 255 or 63.87% from 393); Max value from RGB is 251 - color contains mainly: blue. Hex color #008EFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EFB is #FF7104. Grayscale: #6F6F6F. Windows color (decimal): -16740613 or 16485888. OLE color: 16485888.

HSL color Cylindrical-coordinate representation of color #008EFB: hue angle of 206.06º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008EFB is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 0 142 251 -
CMYK 1 0.43 0 0.02
HSL 206.06º 1% 0.49% -
HSV(B) 206.06º 1% 0.98% -
XYZ 27.09 26.31 94.92 -
YUV 111.97 206.46 48.14 -
System Red Green Blue C M Y K H S L
Decimal 0 142 251 1 0.43 0 0.02 206.06 1 0.49
Hex 0 8E FB 64 2B 0 2 CE 64 31
Octal 0 216 373 144 53 0 2 316 144 61
Binary 0 10001110 11111011 1100100 101011 0 10 11001110 1100100 110001

Color Harmonies of #008EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008EFB

Black with #008EFB

Text Example


Text Example

White with #008EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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