Shades of Dodger Blue #2190EC
Tints of Dodger Blue #2190EC
RGB
CMYK
RGB Variations
Color information
#2190EC (or 0x2190EC) is known color: Dodger Blue. HEX triplet: 21, 90 and EC. RGB value is (33,144,236). Sum of RGB (Red+Green+Blue) = 33+144+236=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #2190EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2190EC is #DE6F13. Grayscale: #787878. Windows color (decimal): -14577428 or 15503393. OLE color: 15503393.
HSL color Cylindrical-coordinate representation of color #2190EC: hue angle of 207.19º 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 #2190EC is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 144 | 236 | - |
| CMYK | 0.86 | 0.39 | 0 | 0.07 |
| HSL | 207.19º | 0.84% | 0.53% | - |
| HSV(B) | 207.19º | 0.86% | 0.93% | - |
| XYZ | 25.74 | 26.33 | 83.08 | - |
| YUV | 121.3 | 192.73 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 144 | 236 | 0.86 | 0.39 | 0 | 0.07 | 207.19 | 0.84 | 0.53 |
| Hex | 21 | 90 | EC | 56 | 27 | 0 | 7 | CF | 54 | 35 |
| Octal | 41 | 220 | 354 | 126 | 47 | 0 | 7 | 317 | 124 | 65 |
| Binary | 100001 | 10010000 | 11101100 | 1010110 | 100111 | 0 | 111 | 11001111 | 1010100 | 110101 |
Color Harmonies of #2190EC
Complementary color
Monochromatic Colors of #2190EC
Black with #2190EC
Text Example
Text Example
White with #2190EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2190EC; }
p { color: rgb(33,144,236); }
H1.HeaderClassName
{
color: #2190EC;
}
.AnyTagClassName
{
color: #2190EC;
}
</style>
background-color css
<style>
a { background-color: #2190EC; }
a { background-color: rgb(33,144,236); }
div.DivClassName
{
background-color: #2190EC;
}
.BgClassName
{
background-color: #2190EC;
}
</style>
border-color css
<style>
span { border-color: #2190EC; }
span { border-color: rgb(33,144,236); }
td.TdClassName
{
border-color: #2190EC;
}
.TagClassName
{
border-color: #2190EC;
}
</style>