Shades of Dodger Blue #209EEF
Tints of Dodger Blue #209EEF
RGB
CMYK
RGB Variations
Color information
#209EEF (or 0x209EEF) is known color: Dodger Blue. HEX triplet: 20, 9E and EF. RGB value is (32,158,239). Sum of RGB (Red+Green+Blue) = 32+158+239=429 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.46% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #209EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #209EEF is #DF6110. Grayscale: #818181. Windows color (decimal): -14639377 or 15703584. OLE color: 15703584.
HSL color Cylindrical-coordinate representation of color #209EEF: hue angle of 203.48º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #209EEF is Cyan = 0.87, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 158 | 239 | - |
| CMYK | 0.87 | 0.34 | 0 | 0.06 |
| HSL | 203.48º | 0.87% | 0.53% | - |
| HSV(B) | 203.48º | 0.87% | 0.94% | - |
| XYZ | 28.4 | 30.99 | 86.15 | - |
| YUV | 129.56 | 189.76 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 158 | 239 | 0.87 | 0.34 | 0 | 0.06 | 203.48 | 0.87 | 0.53 |
| Hex | 20 | 9E | EF | 57 | 22 | 0 | 6 | CB | 57 | 35 |
| Octal | 40 | 236 | 357 | 127 | 42 | 0 | 6 | 313 | 127 | 65 |
| Binary | 100000 | 10011110 | 11101111 | 1010111 | 100010 | 0 | 110 | 11001011 | 1010111 | 110101 |
Color Harmonies of #209EEF
Complementary color
Monochromatic Colors of #209EEF
Black with #209EEF
Text Example
Text Example
White with #209EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #209EEF; }
p { color: rgb(32,158,239); }
H1.HeaderClassName
{
color: #209EEF;
}
.AnyTagClassName
{
color: #209EEF;
}
</style>
background-color css
<style>
a { background-color: #209EEF; }
a { background-color: rgb(32,158,239); }
div.DivClassName
{
background-color: #209EEF;
}
.BgClassName
{
background-color: #209EEF;
}
</style>
border-color css
<style>
span { border-color: #209EEF; }
span { border-color: rgb(32,158,239); }
td.TdClassName
{
border-color: #209EEF;
}
.TagClassName
{
border-color: #209EEF;
}
</style>