Shades of Royal Blue #2159FD
Tints of Royal Blue #2159FD
RGB
CMYK
RGB Variations
Color information
#2159FD (or 0x2159FD) is known color: Royal Blue. HEX triplet: 21, 59 and FD. RGB value is (33,89,253). Sum of RGB (Red+Green+Blue) = 33+89+253=375 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.8% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 253 (99.22% from 255 or 67.47% from 375); Max value from RGB is 253 - color contains mainly: blue. Hex color #2159FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2159FD is #DEA602. Grayscale: #5A5A5A. Windows color (decimal): -14591491 or 16603425. OLE color: 16603425.
HSL color Cylindrical-coordinate representation of color #2159FD: hue angle of 224.73º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2159FD is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 33 | 89 | 253 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.01 |
| HSL | 224.73º | 0.98% | 0.56% | - |
| HSV(B) | 224.73º | 0.87% | 0.99% | - |
| XYZ | 21.93 | 14.56 | 94.58 | - |
| YUV | 90.95 | 219.45 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 89 | 253 | 0.87 | 0.65 | 0 | 0.01 | 224.73 | 0.98 | 0.56 |
| Hex | 21 | 59 | FD | 57 | 41 | 0 | 1 | E1 | 62 | 38 |
| Octal | 41 | 131 | 375 | 127 | 101 | 0 | 1 | 341 | 142 | 70 |
| Binary | 100001 | 1011001 | 11111101 | 1010111 | 1000001 | 0 | 1 | 11100001 | 1100010 | 111000 |
Color Harmonies of #2159FD
Complementary color
Monochromatic Colors of #2159FD
Black with #2159FD
Text Example
Text Example
White with #2159FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2159FD; }
p { color: rgb(33,89,253); }
H1.HeaderClassName
{
color: #2159FD;
}
.AnyTagClassName
{
color: #2159FD;
}
</style>
background-color css
<style>
a { background-color: #2159FD; }
a { background-color: rgb(33,89,253); }
div.DivClassName
{
background-color: #2159FD;
}
.BgClassName
{
background-color: #2159FD;
}
</style>
border-color css
<style>
span { border-color: #2159FD; }
span { border-color: rgb(33,89,253); }
td.TdClassName
{
border-color: #2159FD;
}
.TagClassName
{
border-color: #2159FD;
}
</style>