Shades of Dodger Blue #208EED
Tints of Dodger Blue #208EED
RGB
CMYK
RGB Variations
Color information
#208EED (or 0x208EED) is known color: Dodger Blue. HEX triplet: 20, 8E and ED. RGB value is (32,142,237). Sum of RGB (Red+Green+Blue) = 32+142+237=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #208EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #208EED is #DF7112. Grayscale: #777777. Windows color (decimal): -14643475 or 15568416. OLE color: 15568416.
HSL color Cylindrical-coordinate representation of color #208EED: hue angle of 207.8º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #208EED is Cyan = 0.86, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 142 | 237 | - |
| CMYK | 0.86 | 0.40 | 0 | 0.07 |
| HSL | 207.8º | 0.85% | 0.53% | - |
| HSV(B) | 207.8º | 0.86% | 0.93% | - |
| XYZ | 25.55 | 25.77 | 83.75 | - |
| YUV | 119.94 | 194.06 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 237 | 0.86 | 0.40 | 0 | 0.07 | 207.8 | 0.85 | 0.53 |
| Hex | 20 | 8E | ED | 56 | 28 | 0 | 7 | D0 | 55 | 35 |
| Octal | 40 | 216 | 355 | 126 | 50 | 0 | 7 | 320 | 125 | 65 |
| Binary | 100000 | 10001110 | 11101101 | 1010110 | 101000 | 0 | 111 | 11010000 | 1010101 | 110101 |
Color Harmonies of #208EED
Complementary color
Monochromatic Colors of #208EED
Black with #208EED
Text Example
Text Example
White with #208EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208EED; }
p { color: rgb(32,142,237); }
H1.HeaderClassName
{
color: #208EED;
}
.AnyTagClassName
{
color: #208EED;
}
</style>
background-color css
<style>
a { background-color: #208EED; }
a { background-color: rgb(32,142,237); }
div.DivClassName
{
background-color: #208EED;
}
.BgClassName
{
background-color: #208EED;
}
</style>
border-color css
<style>
span { border-color: #208EED; }
span { border-color: rgb(32,142,237); }
td.TdClassName
{
border-color: #208EED;
}
.TagClassName
{
border-color: #208EED;
}
</style>