Html Css Color HEX #008FED Dodger Blue

📋 copy color: '#008FED'

red 0 ◦ green 143 ◦ blue 237

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

Shades of Dodger Blue #008FED

Tints of Dodger Blue #008FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.37%

R = 0%
G = 37.63%
B = 62.37%

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

#008FED (or 0x008FED) is known color: Dodger Blue. HEX triplet: 00, 8F and ED. RGB value is (0,143,237). Sum of RGB (Red+Green+Blue) = 0+143+237=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 237 (92.97% from 255 or 62.37% from 380); Max value from RGB is 237 - color contains mainly: blue. Hex color #008FED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008FED is #FF7012. Grayscale: #6E6E6E. Windows color (decimal): -16740371 or 15568640. OLE color: 15568640.

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

Color convert

RGB 0 143 237 -
CMYK 1 0.40 0 0.07
HSL 203.8º 1% 0.46% -
HSV(B) 203.8º 1% 0.93% -
XYZ 25.11 25.76 83.77 -
YUV 110.96 199.12 48.86 -
System Red Green Blue C M Y K H S L
Decimal 0 143 237 1 0.40 0 0.07 203.8 1 0.46
Hex 0 8F ED 64 28 0 7 CC 64 2E
Octal 0 217 355 144 50 0 7 314 144 56
Binary 0 10001111 11101101 1100100 101000 0 111 11001100 1100100 101110

Color Harmonies of #008FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008FED

Black with #008FED

Text Example


Text Example

White with #008FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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