#008EF9

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

Shades of Dodger Blue #008EF9

Tints of Dodger Blue #008EF9

Color information

#008EF9 (or 0x008EF9) is unknown color: approx Dodger Blue. HEX triplet: 00, 8E and F9. RGB value is (0,142,249). Sum of RGB (Red+Green+Blue) = 0+142+249=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #008EF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008EF9 is #FF7106. Grayscale: #6F6F6F. Windows color (decimal): -16740615 or 16354816. OLE color: 16354816.

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

Color convert

RGB0142249-
CMYK10.4300.02
HSL205.78º100%48.82%-
HSV(B)205.78º100%97.65%-
XYZ26.7726.1993.27-
YUV111.74205.4648.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 142 (55.86% from 255) = 36.32%
BLUE value IS 249 (97.66% from 255) = 63.68%
R=0%
G=36.32%
B=63.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal014224910.4300.02205.7810048.82
Hex08EF9642B02ce6431
Octal0216371144530231614461
Binary010001110111110011100100101011010110011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #008EF9;
 }
 .AnyTagClassName
 {
   color: #008EF9;
 }
</style>
background-color css

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

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

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

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

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

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