Shades of Royal Blue #2159FA
Tints of Royal Blue #2159FA
RGB
CMYK
RGB Variations
Color information
#2159FA (or 0x2159FA) is known color: Royal Blue. HEX triplet: 21, 59 and FA. RGB value is (33,89,250). Sum of RGB (Red+Green+Blue) = 33+89+250=372 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.87% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 250 (98.05% from 255 or 67.20% from 372); Max value from RGB is 250 - color contains mainly: blue. Hex color #2159FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2159FA is #DEA605. Grayscale: #595959. Windows color (decimal): -14591494 or 16406817. OLE color: 16406817.
HSL color Cylindrical-coordinate representation of color #2159FA: hue angle of 224.52º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2159FA is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 89 | 250 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.02 |
| HSL | 224.52º | 0.96% | 0.55% | - |
| HSV(B) | 224.52º | 0.87% | 0.98% | - |
| XYZ | 21.45 | 14.37 | 92.09 | - |
| YUV | 90.61 | 217.95 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 250 | 0.87 | 0.64 | 0 | 0.02 | 224.52 | 0.96 | 0.55 |
| Hex | 21 | 59 | FA | 57 | 40 | 0 | 2 | E1 | 60 | 37 |
| Octal | 41 | 131 | 372 | 127 | 100 | 0 | 2 | 341 | 140 | 67 |
| Binary | 100001 | 1011001 | 11111010 | 1010111 | 1000000 | 0 | 10 | 11100001 | 1100000 | 110111 |
Color Harmonies of #2159FA
Complementary color
Monochromatic Colors of #2159FA
Black with #2159FA
Text Example
Text Example
White with #2159FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2159FA; }
p { color: rgb(33,89,250); }
H1.HeaderClassName
{
color: #2159FA;
}
.AnyTagClassName
{
color: #2159FA;
}
</style>
background-color css
<style>
a { background-color: #2159FA; }
a { background-color: rgb(33,89,250); }
div.DivClassName
{
background-color: #2159FA;
}
.BgClassName
{
background-color: #2159FA;
}
</style>
border-color css
<style>
span { border-color: #2159FA; }
span { border-color: rgb(33,89,250); }
td.TdClassName
{
border-color: #2159FA;
}
.TagClassName
{
border-color: #2159FA;
}
</style>