Shades of Royal Blue #2159F9
Tints of Royal Blue #2159F9
RGB
CMYK
RGB Variations
Color information
#2159F9 (or 0x2159F9) is known color: Royal Blue. HEX triplet: 21, 59 and F9. RGB value is (33,89,249). Sum of RGB (Red+Green+Blue) = 33+89+249=371 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.89% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 249 (97.66% from 255 or 67.12% from 371); Max value from RGB is 249 - color contains mainly: blue. Hex color #2159F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2159F9 is #DEA606. Grayscale: #595959. Windows color (decimal): -14591495 or 16341281. OLE color: 16341281.
HSL color Cylindrical-coordinate representation of color #2159F9: hue angle of 224.44º degrees, saturation: 0.95, 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 #2159F9 is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 33 | 89 | 249 | - |
| CMYK | 0.87 | 0.64 | 0 | 0.02 |
| HSL | 224.44º | 0.95% | 0.55% | - |
| HSV(B) | 224.44º | 0.87% | 0.98% | - |
| XYZ | 21.3 | 14.31 | 91.26 | - |
| YUV | 90.5 | 217.45 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 249 | 0.87 | 0.64 | 0 | 0.02 | 224.44 | 0.95 | 0.55 |
| Hex | 21 | 59 | F9 | 57 | 40 | 0 | 2 | E0 | 5F | 37 |
| Octal | 41 | 131 | 371 | 127 | 100 | 0 | 2 | 340 | 137 | 67 |
| Binary | 100001 | 1011001 | 11111001 | 1010111 | 1000000 | 0 | 10 | 11100000 | 1011111 | 110111 |
Color Harmonies of #2159F9
Complementary color
Monochromatic Colors of #2159F9
Black with #2159F9
Text Example
Text Example
White with #2159F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2159F9; }
p { color: rgb(33,89,249); }
H1.HeaderClassName
{
color: #2159F9;
}
.AnyTagClassName
{
color: #2159F9;
}
</style>
background-color css
<style>
a { background-color: #2159F9; }
a { background-color: rgb(33,89,249); }
div.DivClassName
{
background-color: #2159F9;
}
.BgClassName
{
background-color: #2159F9;
}
</style>
border-color css
<style>
span { border-color: #2159F9; }
span { border-color: rgb(33,89,249); }
td.TdClassName
{
border-color: #2159F9;
}
.TagClassName
{
border-color: #2159F9;
}
</style>