Shades of Royal Blue #2160E4
Tints of Royal Blue #2160E4
RGB
CMYK
RGB Variations
Color information
#2160E4 (or 0x2160E4) is known color: Royal Blue. HEX triplet: 21, 60 and E4. RGB value is (33,96,228). Sum of RGB (Red+Green+Blue) = 33+96+228=357 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.24% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #2160E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2160E4 is #DE9F1B. Grayscale: #5B5B5B. Windows color (decimal): -14589724 or 14966817. OLE color: 14966817.
HSL color Cylindrical-coordinate representation of color #2160E4: hue angle of 220.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2160E4 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 96 | 228 | - |
| CMYK | 0.86 | 0.58 | 0 | 0.11 |
| HSL | 220.62º | 0.78% | 0.51% | - |
| HSV(B) | 220.62º | 0.86% | 0.89% | - |
| XYZ | 18.81 | 14.29 | 75.17 | - |
| YUV | 92.21 | 204.63 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 228 | 0.86 | 0.58 | 0 | 0.11 | 220.62 | 0.78 | 0.51 |
| Hex | 21 | 60 | E4 | 56 | 3A | 0 | B | DD | 4E | 33 |
| Octal | 41 | 140 | 344 | 126 | 72 | 0 | 13 | 335 | 116 | 63 |
| Binary | 100001 | 1100000 | 11100100 | 1010110 | 111010 | 0 | 1011 | 11011101 | 1001110 | 110011 |
Color Harmonies of #2160E4
Complementary color
Monochromatic Colors of #2160E4
Black with #2160E4
Text Example
Text Example
White with #2160E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160E4; }
p { color: rgb(33,96,228); }
H1.HeaderClassName
{
color: #2160E4;
}
.AnyTagClassName
{
color: #2160E4;
}
</style>
background-color css
<style>
a { background-color: #2160E4; }
a { background-color: rgb(33,96,228); }
div.DivClassName
{
background-color: #2160E4;
}
.BgClassName
{
background-color: #2160E4;
}
</style>
border-color css
<style>
span { border-color: #2160E4; }
span { border-color: rgb(33,96,228); }
td.TdClassName
{
border-color: #2160E4;
}
.TagClassName
{
border-color: #2160E4;
}
</style>