Shades of Dodger Blue #2192EB
Tints of Dodger Blue #2192EB
RGB
CMYK
RGB Variations
Color information
#2192EB (or 0x2192EB) is known color: Dodger Blue. HEX triplet: 21, 92 and EB. RGB value is (33,146,235). Sum of RGB (Red+Green+Blue) = 33+146+235=414 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.97% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #2192EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2192EB is #DE6D14. Grayscale: #797979. Windows color (decimal): -14576917 or 15438369. OLE color: 15438369.
HSL color Cylindrical-coordinate representation of color #2192EB: hue angle of 206.44º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2192EB is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 146 | 235 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.08 |
| HSL | 206.44º | 0.83% | 0.53% | - |
| HSV(B) | 206.44º | 0.86% | 0.92% | - |
| XYZ | 25.9 | 26.88 | 82.42 | - |
| YUV | 122.36 | 191.56 | 64.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 235 | 0.86 | 0.38 | 0 | 0.08 | 206.44 | 0.83 | 0.53 |
| Hex | 21 | 92 | EB | 56 | 26 | 0 | 8 | CE | 53 | 35 |
| Octal | 41 | 222 | 353 | 126 | 46 | 0 | 10 | 316 | 123 | 65 |
| Binary | 100001 | 10010010 | 11101011 | 1010110 | 100110 | 0 | 1000 | 11001110 | 1010011 | 110101 |
Color Harmonies of #2192EB
Complementary color
Monochromatic Colors of #2192EB
Black with #2192EB
Text Example
Text Example
White with #2192EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2192EB; }
p { color: rgb(33,146,235); }
H1.HeaderClassName
{
color: #2192EB;
}
.AnyTagClassName
{
color: #2192EB;
}
</style>
background-color css
<style>
a { background-color: #2192EB; }
a { background-color: rgb(33,146,235); }
div.DivClassName
{
background-color: #2192EB;
}
.BgClassName
{
background-color: #2192EB;
}
</style>
border-color css
<style>
span { border-color: #2192EB; }
span { border-color: rgb(33,146,235); }
td.TdClassName
{
border-color: #2192EB;
}
.TagClassName
{
border-color: #2192EB;
}
</style>