Shades of Dodger Blue #208EDB
Tints of Dodger Blue #208EDB
RGB
CMYK
RGB Variations
Color information
#208EDB (or 0x208EDB) is known color: Dodger Blue. HEX triplet: 20, 8E and DB. RGB value is (32,142,219). Sum of RGB (Red+Green+Blue) = 32+142+219=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 219 (85.94% from 255 or 55.73% from 393); Max value from RGB is 219 - color contains mainly: blue. Hex color #208EDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #208EDB is #DF7124. Grayscale: #757575. Windows color (decimal): -14643493 or 14388768. OLE color: 14388768.
HSL color Cylindrical-coordinate representation of color #208EDB: hue angle of 204.71º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #208EDB is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 142 | 219 | - |
| CMYK | 0.85 | 0.35 | 0 | 0.14 |
| HSL | 204.71º | 0.75% | 0.49% | - |
| HSV(B) | 204.71º | 0.85% | 0.86% | - |
| XYZ | 23.05 | 24.77 | 70.58 | - |
| YUV | 117.89 | 185.06 | 66.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 219 | 0.85 | 0.35 | 0 | 0.14 | 204.71 | 0.75 | 0.49 |
| Hex | 20 | 8E | DB | 55 | 23 | 0 | E | CD | 4B | 31 |
| Octal | 40 | 216 | 333 | 125 | 43 | 0 | 16 | 315 | 113 | 61 |
| Binary | 100000 | 10001110 | 11011011 | 1010101 | 100011 | 0 | 1110 | 11001101 | 1001011 | 110001 |
Color Harmonies of #208EDB
Complementary color
Monochromatic Colors of #208EDB
Black with #208EDB
Text Example
Text Example
White with #208EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208EDB; }
p { color: rgb(32,142,219); }
H1.HeaderClassName
{
color: #208EDB;
}
.AnyTagClassName
{
color: #208EDB;
}
</style>
background-color css
<style>
a { background-color: #208EDB; }
a { background-color: rgb(32,142,219); }
div.DivClassName
{
background-color: #208EDB;
}
.BgClassName
{
background-color: #208EDB;
}
</style>
border-color css
<style>
span { border-color: #208EDB; }
span { border-color: rgb(32,142,219); }
td.TdClassName
{
border-color: #208EDB;
}
.TagClassName
{
border-color: #208EDB;
}
</style>