Html Css Color HEX #008FEA Dodger Blue

📋 copy color: '#008FEA'

red 0 ◦ green 143 ◦ blue 234

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

Shades of Dodger Blue #008FEA

Tints of Dodger Blue #008FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 62.07%

R = 0%
G = 37.93%
B = 62.07%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#008FEA (or 0x008FEA) is known color: Dodger Blue. HEX triplet: 00, 8F and EA. RGB value is (0,143,234). Sum of RGB (Red+Green+Blue) = 0+143+234=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #008FEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FEA is #FF7015. Grayscale: #6E6E6E. Windows color (decimal): -16740374 or 15372032. OLE color: 15372032.

HSL color Cylindrical-coordinate representation of color #008FEA: hue angle of 203.33º 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 #008FEA is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 143 234 -
CMYK 1 0.39 0 0.08
HSL 203.33º 1% 0.46% -
HSV(B) 203.33º 1% 0.92% -
XYZ 24.67 25.59 81.48 -
YUV 110.62 197.62 49.1 -
System Red Green Blue C M Y K H S L
Decimal 0 143 234 1 0.39 0 0.08 203.33 1 0.46
Hex 0 8F EA 64 27 0 8 CB 64 2E
Octal 0 217 352 144 47 0 10 313 144 56
Binary 0 10001111 11101010 1100100 100111 0 1000 11001011 1100100 101110

Color Harmonies of #008FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FEA

Black with #008FEA

Text Example


Text Example

White with #008FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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