Shades of Dodger Blue #209EED
Tints of Dodger Blue #209EED
RGB
CMYK
RGB Variations
Color information
#209EED (or 0x209EED) is known color: Dodger Blue. HEX triplet: 20, 9E and ED. RGB value is (32,158,237). Sum of RGB (Red+Green+Blue) = 32+158+237=427 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.49% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #209EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209EED is #DF6112. Grayscale: #808080. Windows color (decimal): -14639379 or 15572512. OLE color: 15572512.
HSL color Cylindrical-coordinate representation of color #209EED: hue angle of 203.12º 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 #209EED is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 158 | 237 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.07 |
| HSL | 203.12º | 0.85% | 0.53% | - |
| HSV(B) | 203.12º | 0.86% | 0.93% | - |
| XYZ | 28.11 | 30.88 | 84.6 | - |
| YUV | 129.33 | 188.76 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 158 | 237 | 0.86 | 0.33 | 0 | 0.07 | 203.12 | 0.85 | 0.53 |
| Hex | 20 | 9E | ED | 56 | 21 | 0 | 7 | CB | 55 | 35 |
| Octal | 40 | 236 | 355 | 126 | 41 | 0 | 7 | 313 | 125 | 65 |
| Binary | 100000 | 10011110 | 11101101 | 1010110 | 100001 | 0 | 111 | 11001011 | 1010101 | 110101 |
Color Harmonies of #209EED
Complementary color
Monochromatic Colors of #209EED
Black with #209EED
Text Example
Text Example
White with #209EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209EED; }
p { color: rgb(32,158,237); }
H1.HeaderClassName
{
color: #209EED;
}
.AnyTagClassName
{
color: #209EED;
}
</style>
background-color css
<style>
a { background-color: #209EED; }
a { background-color: rgb(32,158,237); }
div.DivClassName
{
background-color: #209EED;
}
.BgClassName
{
background-color: #209EED;
}
</style>
border-color css
<style>
span { border-color: #209EED; }
span { border-color: rgb(32,158,237); }
td.TdClassName
{
border-color: #209EED;
}
.TagClassName
{
border-color: #209EED;
}
</style>