Shades of Royal Blue #2159FF
Tints of Royal Blue #2159FF
RGB
CMYK
RGB Variations
Color information
#2159FF (or 0x2159FF) is known color: Royal Blue. HEX triplet: 21, 59 and FF. RGB value is (33,89,255). Sum of RGB (Red+Green+Blue) = 33+89+255=377 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.75% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #2159FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2159FF is #DEA600. Grayscale: #5A5A5A. Windows color (decimal): -14591489 or 16734497. OLE color: 16734497.
HSL color Cylindrical-coordinate representation of color #2159FF: hue angle of 224.86º 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 #2159FF is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 89 | 255 | - |
| CMYK | 0.87 | 0.65 | 0 | 0 |
| HSL | 224.86º | 1% | 0.56% | - |
| HSV(B) | 224.86º | 0.87% | 1% | - |
| XYZ | 22.25 | 14.69 | 96.27 | - |
| YUV | 91.18 | 220.45 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 255 | 0.87 | 0.65 | 0 | 0 | 224.86 | 1 | 0.56 |
| Hex | 21 | 59 | FF | 57 | 41 | 0 | 0 | E1 | 64 | 38 |
| Octal | 41 | 131 | 377 | 127 | 101 | 0 | 0 | 341 | 144 | 70 |
| Binary | 100001 | 1011001 | 11111111 | 1010111 | 1000001 | 0 | 0 | 11100001 | 1100100 | 111000 |
Color Harmonies of #2159FF
Complementary color
Monochromatic Colors of #2159FF
Black with #2159FF
Text Example
Text Example
White with #2159FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2159FF; }
p { color: rgb(33,89,255); }
H1.HeaderClassName
{
color: #2159FF;
}
.AnyTagClassName
{
color: #2159FF;
}
</style>
background-color css
<style>
a { background-color: #2159FF; }
a { background-color: rgb(33,89,255); }
div.DivClassName
{
background-color: #2159FF;
}
.BgClassName
{
background-color: #2159FF;
}
</style>
border-color css
<style>
span { border-color: #2159FF; }
span { border-color: rgb(33,89,255); }
td.TdClassName
{
border-color: #2159FF;
}
.TagClassName
{
border-color: #2159FF;
}
</style>