#208DD9

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

Shades of Dodger Blue #208DD9

Tints of Dodger Blue #208DD9

Color information

#208DD9 (or 0x208DD9) is unknown color: approx Dodger Blue. HEX triplet: 20, 8D and D9. RGB value is (32,141,217). Sum of RGB (Red+Green+Blue) = 32+141+217=390 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.21% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #208DD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DD9 is #DF7226. Grayscale: #747474. Windows color (decimal): -14643751 or 14257440. OLE color: 14257440.

HSL color Cylindrical-coordinate representation of color #208DD9: hue angle of 204.65º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208DD9 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB32141217-
CMYK0.850.3500.15
HSL204.65º74.3%48.82%-
HSV(B)204.65º85.25%85.1%-
XYZ22.6424.3769.16-
YUV117.07184.3967.32-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.21%
GREEN value IS 141 (55.47% from 255) = 36.15%
BLUE value IS 217 (85.16% from 255) = 55.64%
R=8.21%
G=36.15%
B=55.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal321412170.850.3500.15204.6574.348.82
Hex208DD955230Fcd4a31
Octal402153311254301731511261
Binary1000001000110111011001101010110001101111110011011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208DD9; }

 p { color: rgb(32,141,217); }

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

<style>
 a { background-color: #208DD9; }

 a { background-color: rgb(32,141,217); }

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

<style>
 span { border-color: #208DD9; }

 span { border-color: rgb(32,141,217); }

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