#008DFF

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

Shades of Dodger Blue #008DFF

Tints of Dodger Blue #008DFF

Color information

#008DFF (or 0x008DFF) is unknown color: approx Dodger Blue. HEX triplet: 00, 8D and FF. RGB value is (0,141,255). Sum of RGB (Red+Green+Blue) = 0+141+255=396 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #008DFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DFF is #FF7200. Grayscale: #6F6F6F. Windows color (decimal): -16740865 or 16747776. OLE color: 16747776.

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

Color convert

RGB0141255-
CMYK10.4500
HSL206.82º100%50%-
HSV(B)206.82º100%100%-
XYZ27.5726.2798.22-
YUV111.84208.7948.23-

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) = 35.61%
BLUE value IS 255 (100% from 255) = 64.39%
R=0%
G=35.61%
B=64.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal014125510.4500206.8210050
Hex08DFF642D00cf6432
Octal0215377144550031714462
Binary01000110111111111110010010110100110011111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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