Shades of Dodger Blue #208EDE
Tints of Dodger Blue #208EDE
RGB
CMYK
RGB Variations
Color information
#208EDE (or 0x208EDE) is known color: Dodger Blue. HEX triplet: 20, 8E and DE. RGB value is (32,142,222). Sum of RGB (Red+Green+Blue) = 32+142+222=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 222 (87.11% from 255 or 56.06% from 396); Max value from RGB is 222 - color contains mainly: blue. Hex color #208EDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EDE is #DF7121. Grayscale: #757575. Windows color (decimal): -14643490 or 14585376. OLE color: 14585376.
HSL color Cylindrical-coordinate representation of color #208EDE: hue angle of 205.26º 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 #208EDE is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 32 | 142 | 222 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.13 |
| HSL | 205.26º | 0.75% | 0.5% | - |
| HSV(B) | 205.26º | 0.86% | 0.87% | - |
| XYZ | 23.45 | 24.93 | 72.68 | - |
| YUV | 118.23 | 186.56 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 222 | 0.86 | 0.36 | 0 | 0.13 | 205.26 | 0.75 | 0.5 |
| Hex | 20 | 8E | DE | 56 | 24 | 0 | D | CD | 4B | 32 |
| Octal | 40 | 216 | 336 | 126 | 44 | 0 | 15 | 315 | 113 | 62 |
| Binary | 100000 | 10001110 | 11011110 | 1010110 | 100100 | 0 | 1101 | 11001101 | 1001011 | 110010 |
Color Harmonies of #208EDE
Complementary color
Monochromatic Colors of #208EDE
Black with #208EDE
Text Example
Text Example
White with #208EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208EDE; }
p { color: rgb(32,142,222); }
H1.HeaderClassName
{
color: #208EDE;
}
.AnyTagClassName
{
color: #208EDE;
}
</style>
background-color css
<style>
a { background-color: #208EDE; }
a { background-color: rgb(32,142,222); }
div.DivClassName
{
background-color: #208EDE;
}
.BgClassName
{
background-color: #208EDE;
}
</style>
border-color css
<style>
span { border-color: #208EDE; }
span { border-color: rgb(32,142,222); }
td.TdClassName
{
border-color: #208EDE;
}
.TagClassName
{
border-color: #208EDE;
}
</style>