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