Shades of Dodger Blue #208DDD
Tints of Dodger Blue #208DDD
RGB
CMYK
RGB Variations
Color information
#208DDD (or 0x208DDD) is known color: Dodger Blue. HEX triplet: 20, 8D and DD. RGB value is (32,141,221). Sum of RGB (Red+Green+Blue) = 32+141+221=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #208DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208DDD is #DF7222. Grayscale: #757575. Windows color (decimal): -14643747 or 14519584. OLE color: 14519584.
HSL color Cylindrical-coordinate representation of color #208DDD: hue angle of 205.4º 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 #208DDD is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 141 | 221 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.13 |
| HSL | 205.4º | 0.75% | 0.5% | - |
| HSV(B) | 205.4º | 0.86% | 0.87% | - |
| XYZ | 23.17 | 24.58 | 71.93 | - |
| YUV | 117.53 | 186.39 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 221 | 0.86 | 0.36 | 0 | 0.13 | 205.4 | 0.75 | 0.5 |
| Hex | 20 | 8D | DD | 56 | 24 | 0 | D | CD | 4B | 32 |
| Octal | 40 | 215 | 335 | 126 | 44 | 0 | 15 | 315 | 113 | 62 |
| Binary | 100000 | 10001101 | 11011101 | 1010110 | 100100 | 0 | 1101 | 11001101 | 1001011 | 110010 |
Color Harmonies of #208DDD
Complementary color
Monochromatic Colors of #208DDD
Black with #208DDD
Text Example
Text Example
White with #208DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208DDD; }
p { color: rgb(32,141,221); }
H1.HeaderClassName
{
color: #208DDD;
}
.AnyTagClassName
{
color: #208DDD;
}
</style>
background-color css
<style>
a { background-color: #208DDD; }
a { background-color: rgb(32,141,221); }
div.DivClassName
{
background-color: #208DDD;
}
.BgClassName
{
background-color: #208DDD;
}
</style>
border-color css
<style>
span { border-color: #208DDD; }
span { border-color: rgb(32,141,221); }
td.TdClassName
{
border-color: #208DDD;
}
.TagClassName
{
border-color: #208DDD;
}
</style>