#008FED

Color #008FED Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #008FED

Tints of Dodger Blue #008FED

Color information

#008FED (or 0x008FED) is unknown color: approx 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

RGB0143237-
CMYK10.4000.07
HSL203.8º100%46.47%-
HSV(B)203.8º100%92.94%-
XYZ25.1125.7683.77-
YUV110.96199.1248.86-

RGB Variations

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

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 (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal014323710.4000.07203.810046.47
Hex08FED642807cc642e
Octal0217355144500731414456
Binary0100011111110110111001001010000111110011001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>