Shades of Dodger Blue #208BDD
Tints of Dodger Blue #208BDD
RGB
CMYK
RGB Variations
Color information
#208BDD (or 0x208BDD) is known color: Dodger Blue. HEX triplet: 20, 8B and DD. RGB value is (32,139,221). Sum of RGB (Red+Green+Blue) = 32+139+221=392 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.16% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #208BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208BDD is #DF7422. Grayscale: #737373. Windows color (decimal): -14644259 or 14519072. OLE color: 14519072.
HSL color Cylindrical-coordinate representation of color #208BDD: hue angle of 206.03º 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 #208BDD is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 139 | 221 | - |
| CMYK | 0.86 | 0.37 | 0 | 0.13 |
| HSL | 206.03º | 0.75% | 0.5% | - |
| HSV(B) | 206.03º | 0.86% | 0.87% | - |
| XYZ | 22.88 | 23.99 | 71.83 | - |
| YUV | 116.36 | 187.05 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 221 | 0.86 | 0.37 | 0 | 0.13 | 206.03 | 0.75 | 0.5 |
| Hex | 20 | 8B | DD | 56 | 25 | 0 | D | CE | 4B | 32 |
| Octal | 40 | 213 | 335 | 126 | 45 | 0 | 15 | 316 | 113 | 62 |
| Binary | 100000 | 10001011 | 11011101 | 1010110 | 100101 | 0 | 1101 | 11001110 | 1001011 | 110010 |
Color Harmonies of #208BDD
Complementary color
Monochromatic Colors of #208BDD
Black with #208BDD
Text Example
Text Example
White with #208BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BDD; }
p { color: rgb(32,139,221); }
H1.HeaderClassName
{
color: #208BDD;
}
.AnyTagClassName
{
color: #208BDD;
}
</style>
background-color css
<style>
a { background-color: #208BDD; }
a { background-color: rgb(32,139,221); }
div.DivClassName
{
background-color: #208BDD;
}
.BgClassName
{
background-color: #208BDD;
}
</style>
border-color css
<style>
span { border-color: #208BDD; }
span { border-color: rgb(32,139,221); }
td.TdClassName
{
border-color: #208BDD;
}
.TagClassName
{
border-color: #208BDD;
}
</style>