Html Css Color HEX #008FEE Dodger Blue

📋 copy color: '#008FEE'

red 0 ◦ green 143 ◦ blue 238

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

Shades of Dodger Blue #008FEE

Tints of Dodger Blue #008FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 238 (93.36% from 255) = 62.47%

R = 0%
G = 37.53%
B = 62.47%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#008FEE (or 0x008FEE) is known color: Dodger Blue. HEX triplet: 00, 8F and EE. RGB value is (0,143,238). Sum of RGB (Red+Green+Blue) = 0+143+238=381 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 238 (93.36% from 255 or 62.47% from 381); Max value from RGB is 238 - color contains mainly: blue. Hex color #008FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FEE is #FF7011. Grayscale: #6E6E6E. Windows color (decimal): -16740370 or 15634176. OLE color: 15634176.

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

Color convert

RGB 0 143 238 -
CMYK 1 0.40 0 0.07
HSL 203.95º 1% 0.47% -
HSV(B) 203.95º 1% 0.93% -
XYZ 25.26 25.82 84.54 -
YUV 111.07 199.62 48.78 -
System Red Green Blue C M Y K H S L
Decimal 0 143 238 1 0.40 0 0.07 203.95 1 0.47
Hex 0 8F EE 64 28 0 7 CC 64 2F
Octal 0 217 356 144 50 0 7 314 144 57
Binary 0 10001111 11101110 1100100 101000 0 111 11001100 1100100 101111

Color Harmonies of #008FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FEE

Black with #008FEE

Text Example


Text Example

White with #008FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,143,238); }

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

background-color css

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

 a { background-color: rgb(0,143,238); }

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

border-color css

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

 span { border-color: rgb(0,143,238); }

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