Shades of Royal Blue #5972F1
Tints of Royal Blue #5972F1
RGB
CMYK
RGB Variations
Color information
#5972F1 (or 0x5972F1) is known color: Royal Blue. HEX triplet: 59, 72 and F1. RGB value is (89,114,241). Sum of RGB (Red+Green+Blue) = 89+114+241=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 114 (44.92% from 255 or 25.68% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #5972F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5972F1 is #A68D0E. Grayscale: #787878. Windows color (decimal): -10915087 or 15823449. OLE color: 15823449.
HSL color Cylindrical-coordinate representation of color #5972F1: hue angle of 230.13º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5972F1 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 89 | 114 | 241 | - |
| CMYK | 0.63 | 0.53 | 0 | 0.05 |
| HSL | 230.13º | 0.84% | 0.65% | - |
| HSV(B) | 230.13º | 0.63% | 0.95% | - |
| XYZ | 26.01 | 20.51 | 85.81 | - |
| YUV | 121 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 241 | 0.63 | 0.53 | 0 | 0.05 | 230.13 | 0.84 | 0.65 |
| Hex | 59 | 72 | F1 | 3F | 35 | 0 | 5 | E6 | 54 | 41 |
| Octal | 131 | 162 | 361 | 77 | 65 | 0 | 5 | 346 | 124 | 101 |
| Binary | 1011001 | 1110010 | 11110001 | 111111 | 110101 | 0 | 101 | 11100110 | 1010100 | 1000001 |
Color Harmonies of #5972F1
Complementary color
Monochromatic Colors of #5972F1
Black with #5972F1
Text Example
Text Example
White with #5972F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5972F1; }
p { color: rgb(89,114,241); }
H1.HeaderClassName
{
color: #5972F1;
}
.AnyTagClassName
{
color: #5972F1;
}
</style>
background-color css
<style>
a { background-color: #5972F1; }
a { background-color: rgb(89,114,241); }
div.DivClassName
{
background-color: #5972F1;
}
.BgClassName
{
background-color: #5972F1;
}
</style>
border-color css
<style>
span { border-color: #5972F1; }
span { border-color: rgb(89,114,241); }
td.TdClassName
{
border-color: #5972F1;
}
.TagClassName
{
border-color: #5972F1;
}
</style>