Shades of Dodger Blue #208CDD
Tints of Dodger Blue #208CDD
RGB
CMYK
RGB Variations
Color information
#208CDD (or 0x208CDD) is known color: Dodger Blue. HEX triplet: 20, 8C and DD. RGB value is (32,140,221). Sum of RGB (Red+Green+Blue) = 32+140+221=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #208CDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208CDD is #DF7322. Grayscale: #747474. Windows color (decimal): -14644003 or 14519328. OLE color: 14519328.
HSL color Cylindrical-coordinate representation of color #208CDD: hue angle of 205.71º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208CDD is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 140 | 221 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.13 |
| HSL | 205.71º | 0.75% | 0.5% | - |
| HSV(B) | 205.71º | 0.86% | 0.87% | - |
| XYZ | 23.02 | 24.28 | 71.88 | - |
| YUV | 116.94 | 186.72 | 67.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 221 | 0.86 | 0.37 | 0 | 0.13 | 205.71 | 0.75 | 0.5 |
| Hex | 20 | 8C | DD | 56 | 25 | 0 | D | CE | 4B | 32 |
| Octal | 40 | 214 | 335 | 126 | 45 | 0 | 15 | 316 | 113 | 62 |
| Binary | 100000 | 10001100 | 11011101 | 1010110 | 100101 | 0 | 1101 | 11001110 | 1001011 | 110010 |
Color Harmonies of #208CDD
Complementary color
Monochromatic Colors of #208CDD
Black with #208CDD
Text Example
Text Example
White with #208CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CDD; }
p { color: rgb(32,140,221); }
H1.HeaderClassName
{
color: #208CDD;
}
.AnyTagClassName
{
color: #208CDD;
}
</style>
background-color css
<style>
a { background-color: #208CDD; }
a { background-color: rgb(32,140,221); }
div.DivClassName
{
background-color: #208CDD;
}
.BgClassName
{
background-color: #208CDD;
}
</style>
border-color css
<style>
span { border-color: #208CDD; }
span { border-color: rgb(32,140,221); }
td.TdClassName
{
border-color: #208CDD;
}
.TagClassName
{
border-color: #208CDD;
}
</style>