Shades of Royal Blue #2160FF
Tints of Royal Blue #2160FF
RGB
CMYK
RGB Variations
Color information
#2160FF (or 0x2160FF) is known color: Royal Blue. HEX triplet: 21, 60 and FF. RGB value is (33,96,255). Sum of RGB (Red+Green+Blue) = 33+96+255=384 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.59% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #2160FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2160FF is #DE9F00. Grayscale: #5E5E5E. Windows color (decimal): -14589697 or 16736289. OLE color: 16736289.
HSL color Cylindrical-coordinate representation of color #2160FF: hue angle of 222.97º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2160FF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 96 | 255 | - |
| CMYK | 0.87 | 0.62 | 0 | 0 |
| HSL | 222.97º | 1% | 0.56% | - |
| HSV(B) | 222.97º | 0.87% | 1% | - |
| XYZ | 22.86 | 15.91 | 96.47 | - |
| YUV | 95.29 | 218.13 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 96 | 255 | 0.87 | 0.62 | 0 | 0 | 222.97 | 1 | 0.56 |
| Hex | 21 | 60 | FF | 57 | 3E | 0 | 0 | DF | 64 | 38 |
| Octal | 41 | 140 | 377 | 127 | 76 | 0 | 0 | 337 | 144 | 70 |
| Binary | 100001 | 1100000 | 11111111 | 1010111 | 111110 | 0 | 0 | 11011111 | 1100100 | 111000 |
Color Harmonies of #2160FF
Complementary color
Monochromatic Colors of #2160FF
Black with #2160FF
Text Example
Text Example
White with #2160FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2160FF; }
p { color: rgb(33,96,255); }
H1.HeaderClassName
{
color: #2160FF;
}
.AnyTagClassName
{
color: #2160FF;
}
</style>
background-color css
<style>
a { background-color: #2160FF; }
a { background-color: rgb(33,96,255); }
div.DivClassName
{
background-color: #2160FF;
}
.BgClassName
{
background-color: #2160FF;
}
</style>
border-color css
<style>
span { border-color: #2160FF; }
span { border-color: rgb(33,96,255); }
td.TdClassName
{
border-color: #2160FF;
}
.TagClassName
{
border-color: #2160FF;
}
</style>