Shades of Royal Blue #2162DC
Tints of Royal Blue #2162DC
RGB
CMYK
RGB Variations
Color information
#2162DC (or 0x2162DC) is known color: Royal Blue. HEX triplet: 21, 62 and DC. RGB value is (33,98,220). Sum of RGB (Red+Green+Blue) = 33+98+220=351 (46% of max value = 765). Red value is 33 (13.28% from 255 or 9.40% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 220 (86.33% from 255 or 62.68% from 351); Max value from RGB is 220 - color contains mainly: blue. Hex color #2162DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2162DC is #DE9D23. Grayscale: #5B5B5B. Windows color (decimal): -14589220 or 14443041. OLE color: 14443041.
HSL color Cylindrical-coordinate representation of color #2162DC: hue angle of 219.14º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2162DC is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 98 | 220 | - |
| CMYK | 0.85 | 0.55 | 0 | 0.14 |
| HSL | 219.14º | 0.74% | 0.5% | - |
| HSV(B) | 219.14º | 0.85% | 0.86% | - |
| XYZ | 17.91 | 14.23 | 69.51 | - |
| YUV | 92.47 | 199.97 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 98 | 220 | 0.85 | 0.55 | 0 | 0.14 | 219.14 | 0.74 | 0.5 |
| Hex | 21 | 62 | DC | 55 | 37 | 0 | E | DB | 4A | 32 |
| Octal | 41 | 142 | 334 | 125 | 67 | 0 | 16 | 333 | 112 | 62 |
| Binary | 100001 | 1100010 | 11011100 | 1010101 | 110111 | 0 | 1110 | 11011011 | 1001010 | 110010 |
Color Harmonies of #2162DC
Complementary color
Monochromatic Colors of #2162DC
Black with #2162DC
Text Example
Text Example
White with #2162DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2162DC; }
p { color: rgb(33,98,220); }
H1.HeaderClassName
{
color: #2162DC;
}
.AnyTagClassName
{
color: #2162DC;
}
</style>
background-color css
<style>
a { background-color: #2162DC; }
a { background-color: rgb(33,98,220); }
div.DivClassName
{
background-color: #2162DC;
}
.BgClassName
{
background-color: #2162DC;
}
</style>
border-color css
<style>
span { border-color: #2162DC; }
span { border-color: rgb(33,98,220); }
td.TdClassName
{
border-color: #2162DC;
}
.TagClassName
{
border-color: #2162DC;
}
</style>