Shades of Dodger Blue #2182DD
Tints of Dodger Blue #2182DD
RGB
CMYK
RGB Variations
Color information
#2182DD (or 0x2182DD) is known color: Dodger Blue. HEX triplet: 21, 82 and DD. RGB value is (33,130,221). Sum of RGB (Red+Green+Blue) = 33+130+221=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #2182DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2182DD is #DE7D22. Grayscale: #6E6E6E. Windows color (decimal): -14581027 or 14516769. OLE color: 14516769.
HSL color Cylindrical-coordinate representation of color #2182DD: hue angle of 209.04º 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 #2182DD is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 130 | 221 | - |
| CMYK | 0.85 | 0.41 | 0 | 0.13 |
| HSL | 209.04º | 0.74% | 0.5% | - |
| HSV(B) | 209.04º | 0.85% | 0.87% | - |
| XYZ | 21.66 | 21.51 | 71.42 | - |
| YUV | 111.37 | 189.86 | 72.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 130 | 221 | 0.85 | 0.41 | 0 | 0.13 | 209.04 | 0.74 | 0.5 |
| Hex | 21 | 82 | DD | 55 | 29 | 0 | D | D1 | 4A | 32 |
| Octal | 41 | 202 | 335 | 125 | 51 | 0 | 15 | 321 | 112 | 62 |
| Binary | 100001 | 10000010 | 11011101 | 1010101 | 101001 | 0 | 1101 | 11010001 | 1001010 | 110010 |
Color Harmonies of #2182DD
Complementary color
Monochromatic Colors of #2182DD
Black with #2182DD
Text Example
Text Example
White with #2182DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2182DD; }
p { color: rgb(33,130,221); }
H1.HeaderClassName
{
color: #2182DD;
}
.AnyTagClassName
{
color: #2182DD;
}
</style>
background-color css
<style>
a { background-color: #2182DD; }
a { background-color: rgb(33,130,221); }
div.DivClassName
{
background-color: #2182DD;
}
.BgClassName
{
background-color: #2182DD;
}
</style>
border-color css
<style>
span { border-color: #2182DD; }
span { border-color: rgb(33,130,221); }
td.TdClassName
{
border-color: #2182DD;
}
.TagClassName
{
border-color: #2182DD;
}
</style>