Shades of Royal Blue #2162DD
Tints of Royal Blue #2162DD
RGB
CMYK
RGB Variations
Color information
#2162DD (or 0x2162DD) is known color: Royal Blue. HEX triplet: 21, 62 and DD. RGB value is (33,98,221). Sum of RGB (Red+Green+Blue) = 33+98+221=352 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.38% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #2162DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2162DD is #DE9D22. Grayscale: #5C5C5C. Windows color (decimal): -14589219 or 14508577. OLE color: 14508577.
HSL color Cylindrical-coordinate representation of color #2162DD: hue angle of 219.26º 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 #2162DD is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 98 | 221 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.13 |
| HSL | 219.26º | 0.74% | 0.5% | - |
| HSV(B) | 219.26º | 0.85% | 0.87% | - |
| XYZ | 18.05 | 14.28 | 70.21 | - |
| YUV | 92.59 | 200.47 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 221 | 0.85 | 0.56 | 0 | 0.13 | 219.26 | 0.74 | 0.5 |
| Hex | 21 | 62 | DD | 55 | 38 | 0 | D | DB | 4A | 32 |
| Octal | 41 | 142 | 335 | 125 | 70 | 0 | 15 | 333 | 112 | 62 |
| Binary | 100001 | 1100010 | 11011101 | 1010101 | 111000 | 0 | 1101 | 11011011 | 1001010 | 110010 |
Color Harmonies of #2162DD
Complementary color
Monochromatic Colors of #2162DD
Black with #2162DD
Text Example
Text Example
White with #2162DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2162DD; }
p { color: rgb(33,98,221); }
H1.HeaderClassName
{
color: #2162DD;
}
.AnyTagClassName
{
color: #2162DD;
}
</style>
background-color css
<style>
a { background-color: #2162DD; }
a { background-color: rgb(33,98,221); }
div.DivClassName
{
background-color: #2162DD;
}
.BgClassName
{
background-color: #2162DD;
}
</style>
border-color css
<style>
span { border-color: #2162DD; }
span { border-color: rgb(33,98,221); }
td.TdClassName
{
border-color: #2162DD;
}
.TagClassName
{
border-color: #2162DD;
}
</style>