Shades of Dodger Blue #2099EC
Tints of Dodger Blue #2099EC
RGB
CMYK
RGB Variations
Color information
#2099EC (or 0x2099EC) is known color: Dodger Blue. HEX triplet: 20, 99 and EC. RGB value is (32,153,236). Sum of RGB (Red+Green+Blue) = 32+153+236=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 236 (92.58% from 255 or 56.06% from 421); Max value from RGB is 236 - color contains mainly: blue. Hex color #2099EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2099EC is #DF6613. Grayscale: #7D7D7D. Windows color (decimal): -14640660 or 15505696. OLE color: 15505696.
HSL color Cylindrical-coordinate representation of color #2099EC: hue angle of 204.41º degrees, saturation: 0.84, 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 #2099EC is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 153 | 236 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.07 |
| HSL | 204.41º | 0.84% | 0.53% | - |
| HSV(B) | 204.41º | 0.86% | 0.93% | - |
| XYZ | 27.13 | 29.15 | 83.55 | - |
| YUV | 126.28 | 189.91 | 60.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 153 | 236 | 0.86 | 0.35 | 0 | 0.07 | 204.41 | 0.84 | 0.53 |
| Hex | 20 | 99 | EC | 56 | 23 | 0 | 7 | CC | 54 | 35 |
| Octal | 40 | 231 | 354 | 126 | 43 | 0 | 7 | 314 | 124 | 65 |
| Binary | 100000 | 10011001 | 11101100 | 1010110 | 100011 | 0 | 111 | 11001100 | 1010100 | 110101 |
Color Harmonies of #2099EC
Complementary color
Monochromatic Colors of #2099EC
Black with #2099EC
Text Example
Text Example
White with #2099EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2099EC; }
p { color: rgb(32,153,236); }
H1.HeaderClassName
{
color: #2099EC;
}
.AnyTagClassName
{
color: #2099EC;
}
</style>
background-color css
<style>
a { background-color: #2099EC; }
a { background-color: rgb(32,153,236); }
div.DivClassName
{
background-color: #2099EC;
}
.BgClassName
{
background-color: #2099EC;
}
</style>
border-color css
<style>
span { border-color: #2099EC; }
span { border-color: rgb(32,153,236); }
td.TdClassName
{
border-color: #2099EC;
}
.TagClassName
{
border-color: #2099EC;
}
</style>