Shades of Dodger Blue #2199EC
Tints of Dodger Blue #2199EC
RGB
CMYK
RGB Variations
Color information
#2199EC (or 0x2199EC) is known color: Dodger Blue. HEX triplet: 21, 99 and EC. RGB value is (33,153,236). Sum of RGB (Red+Green+Blue) = 33+153+236=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #2199EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2199EC is #DE6613. Grayscale: #7E7E7E. Windows color (decimal): -14575124 or 15505697. OLE color: 15505697.
HSL color Cylindrical-coordinate representation of color #2199EC: hue angle of 204.53º 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 #2199EC is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 153 | 236 | - |
| CMYK | 0.86 | 0.35 | 0 | 0.07 |
| HSL | 204.53º | 0.84% | 0.53% | - |
| HSV(B) | 204.53º | 0.86% | 0.93% | - |
| XYZ | 27.16 | 29.16 | 83.55 | - |
| YUV | 126.58 | 189.74 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 153 | 236 | 0.86 | 0.35 | 0 | 0.07 | 204.53 | 0.84 | 0.53 |
| Hex | 21 | 99 | EC | 56 | 23 | 0 | 7 | CD | 54 | 35 |
| Octal | 41 | 231 | 354 | 126 | 43 | 0 | 7 | 315 | 124 | 65 |
| Binary | 100001 | 10011001 | 11101100 | 1010110 | 100011 | 0 | 111 | 11001101 | 1010100 | 110101 |
Color Harmonies of #2199EC
Complementary color
Monochromatic Colors of #2199EC
Black with #2199EC
Text Example
Text Example
White with #2199EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2199EC; }
p { color: rgb(33,153,236); }
H1.HeaderClassName
{
color: #2199EC;
}
.AnyTagClassName
{
color: #2199EC;
}
</style>
background-color css
<style>
a { background-color: #2199EC; }
a { background-color: rgb(33,153,236); }
div.DivClassName
{
background-color: #2199EC;
}
.BgClassName
{
background-color: #2199EC;
}
</style>
border-color css
<style>
span { border-color: #2199EC; }
span { border-color: rgb(33,153,236); }
td.TdClassName
{
border-color: #2199EC;
}
.TagClassName
{
border-color: #2199EC;
}
</style>