Shades of Dodger Blue #2192DD
Tints of Dodger Blue #2192DD
RGB
CMYK
RGB Variations
Color information
#2192DD (or 0x2192DD) is known color: Dodger Blue. HEX triplet: 21, 92 and DD. RGB value is (33,146,221). Sum of RGB (Red+Green+Blue) = 33+146+221=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #2192DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2192DD is #DE6D22. Grayscale: #787878. Windows color (decimal): -14576931 or 14520865. OLE color: 14520865.
HSL color Cylindrical-coordinate representation of color #2192DD: hue angle of 203.94º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2192DD is Cyan = 0.85, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 146 | 221 | - |
| CMYK | 0.85 | 0.34 | 0 | 0.13 |
| HSL | 203.94º | 0.74% | 0.5% | - |
| HSV(B) | 203.94º | 0.85% | 0.87% | - |
| XYZ | 23.96 | 26.1 | 72.18 | - |
| YUV | 120.76 | 184.56 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 146 | 221 | 0.85 | 0.34 | 0 | 0.13 | 203.94 | 0.74 | 0.5 |
| Hex | 21 | 92 | DD | 55 | 22 | 0 | D | CC | 4A | 32 |
| Octal | 41 | 222 | 335 | 125 | 42 | 0 | 15 | 314 | 112 | 62 |
| Binary | 100001 | 10010010 | 11011101 | 1010101 | 100010 | 0 | 1101 | 11001100 | 1001010 | 110010 |
Color Harmonies of #2192DD
Complementary color
Monochromatic Colors of #2192DD
Black with #2192DD
Text Example
Text Example
White with #2192DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2192DD; }
p { color: rgb(33,146,221); }
H1.HeaderClassName
{
color: #2192DD;
}
.AnyTagClassName
{
color: #2192DD;
}
</style>
background-color css
<style>
a { background-color: #2192DD; }
a { background-color: rgb(33,146,221); }
div.DivClassName
{
background-color: #2192DD;
}
.BgClassName
{
background-color: #2192DD;
}
</style>
border-color css
<style>
span { border-color: #2192DD; }
span { border-color: rgb(33,146,221); }
td.TdClassName
{
border-color: #2192DD;
}
.TagClassName
{
border-color: #2192DD;
}
</style>