Shades of Royal Blue #2160E9
Tints of Royal Blue #2160E9
RGB
CMYK
RGB Variations
Color information
#2160E9 (or 0x2160E9) is known color: Royal Blue. HEX triplet: 21, 60 and E9. RGB value is (33,96,233). Sum of RGB (Red+Green+Blue) = 33+96+233=362 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.12% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 233 (91.41% from 255 or 64.36% from 362); Max value from RGB is 233 - color contains mainly: blue. Hex color #2160E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2160E9 is #DE9F16. Grayscale: #5C5C5C. Windows color (decimal): -14589719 or 15294497. OLE color: 15294497.
HSL color Cylindrical-coordinate representation of color #2160E9: hue angle of 221.1º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2160E9 is Cyan = 0.86, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 96 | 233 | - |
| CMYK | 0.86 | 0.59 | 0 | 0.09 |
| HSL | 221.1º | 0.82% | 0.52% | - |
| HSV(B) | 221.1º | 0.86% | 0.91% | - |
| XYZ | 19.52 | 14.57 | 78.87 | - |
| YUV | 92.78 | 207.13 | 85.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 233 | 0.86 | 0.59 | 0 | 0.09 | 221.1 | 0.82 | 0.52 |
| Hex | 21 | 60 | E9 | 56 | 3B | 0 | 9 | DD | 52 | 34 |
| Octal | 41 | 140 | 351 | 126 | 73 | 0 | 11 | 335 | 122 | 64 |
| Binary | 100001 | 1100000 | 11101001 | 1010110 | 111011 | 0 | 1001 | 11011101 | 1010010 | 110100 |
Color Harmonies of #2160E9
Complementary color
Monochromatic Colors of #2160E9
Black with #2160E9
Text Example
Text Example
White with #2160E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160E9; }
p { color: rgb(33,96,233); }
H1.HeaderClassName
{
color: #2160E9;
}
.AnyTagClassName
{
color: #2160E9;
}
</style>
background-color css
<style>
a { background-color: #2160E9; }
a { background-color: rgb(33,96,233); }
div.DivClassName
{
background-color: #2160E9;
}
.BgClassName
{
background-color: #2160E9;
}
</style>
border-color css
<style>
span { border-color: #2160E9; }
span { border-color: rgb(33,96,233); }
td.TdClassName
{
border-color: #2160E9;
}
.TagClassName
{
border-color: #2160E9;
}
</style>