#008DF9

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

Shades of Dodger Blue #008DF9

Tints of Dodger Blue #008DF9

Color information

#008DF9 (or 0x008DF9) is unknown color: approx Dodger Blue. HEX triplet: 00, 8D and F9. RGB value is (0,141,249). Sum of RGB (Red+Green+Blue) = 0+141+249=390 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 249 (97.66% from 255 or 63.85% from 390); Max value from RGB is 249 - color contains mainly: blue. Hex color #008DF9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DF9 is #FF7206. Grayscale: #6E6E6E. Windows color (decimal): -16740871 or 16354560. OLE color: 16354560.

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

Color convert

RGB0141249-
CMYK10.4300.02
HSL206.02º100%48.82%-
HSV(B)206.02º100%97.65%-
XYZ26.6225.8993.22-
YUV111.15205.7948.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 249 (97.66% from 255) = 63.85%
R=0%
G=36.15%
B=63.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal014124910.4300.02206.0210048.82
Hex08DF9642B02ce6431
Octal0215371144530231614461
Binary010001101111110011100100101011010110011101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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