Shades of Royal Blue #5973FE
Tints of Royal Blue #5973FE
RGB
CMYK
RGB Variations
Color information
#5973FE (or 0x5973FE) is known color: Royal Blue. HEX triplet: 59, 73 and FE. RGB value is (89,115,254). Sum of RGB (Red+Green+Blue) = 89+115+254=458 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.43% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #5973FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5973FE is #A68C01. Grayscale: #7A7A7A. Windows color (decimal): -10914818 or 16675673. OLE color: 16675673.
HSL color Cylindrical-coordinate representation of color #5973FE: hue angle of 230.55º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5973FE is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 115 | 254 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.00 |
| HSL | 230.55º | 0.99% | 0.67% | - |
| HSV(B) | 230.55º | 0.65% | 1% | - |
| XYZ | 28.14 | 21.54 | 96.44 | - |
| YUV | 123.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 254 | 0.65 | 0.55 | 0 | 0.00 | 230.55 | 0.99 | 0.67 |
| Hex | 59 | 73 | FE | 41 | 37 | 0 | 0 | E7 | 63 | 43 |
| Octal | 131 | 163 | 376 | 101 | 67 | 0 | 0 | 347 | 143 | 103 |
| Binary | 1011001 | 1110011 | 11111110 | 1000001 | 110111 | 0 | 0 | 11100111 | 1100011 | 1000011 |
Color Harmonies of #5973FE
Complementary color
Monochromatic Colors of #5973FE
Black with #5973FE
Text Example
Text Example
White with #5973FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973FE; }
p { color: rgb(89,115,254); }
H1.HeaderClassName
{
color: #5973FE;
}
.AnyTagClassName
{
color: #5973FE;
}
</style>
background-color css
<style>
a { background-color: #5973FE; }
a { background-color: rgb(89,115,254); }
div.DivClassName
{
background-color: #5973FE;
}
.BgClassName
{
background-color: #5973FE;
}
</style>
border-color css
<style>
span { border-color: #5973FE; }
span { border-color: rgb(89,115,254); }
td.TdClassName
{
border-color: #5973FE;
}
.TagClassName
{
border-color: #5973FE;
}
</style>