#208CD9

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

Shades of Dodger Blue #208CD9

Tints of Dodger Blue #208CD9

Color information

#208CD9 (or 0x208CD9) is unknown color: approx Dodger Blue. HEX triplet: 20, 8C and D9. RGB value is (32,140,217). Sum of RGB (Red+Green+Blue) = 32+140+217=389 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.23% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #208CD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CD9 is #DF7326. Grayscale: #747474. Windows color (decimal): -14644007 or 14257184. OLE color: 14257184.

HSL color Cylindrical-coordinate representation of color #208CD9: hue angle of 204.97º 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 #208CD9 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB32140217-
CMYK0.850.3500.15
HSL204.97º74.3%48.82%-
HSV(B)204.97º85.25%85.1%-
XYZ22.524.0769.11-
YUV116.49184.7267.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 8.23%
GREEN value IS 140 (55.08% from 255) = 35.99%
BLUE value IS 217 (85.16% from 255) = 55.78%
R=8.23%
G=35.99%
B=55.78%

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
Decimal321402170.850.3500.15204.9774.348.82
Hex208CD955230Fcd4a31
Octal402143311254301731511261
Binary1000001000110011011001101010110001101111110011011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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