Shades of Royal Blue #5974EE
Tints of Royal Blue #5974EE
RGB
CMYK
RGB Variations
Color information
#5974EE (or 0x5974EE) is known color: Royal Blue. HEX triplet: 59, 74 and EE. RGB value is (89,116,238). Sum of RGB (Red+Green+Blue) = 89+116+238=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 238 (93.36% from 255 or 53.72% from 443); Max value from RGB is 238 - color contains mainly: blue. Hex color #5974EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5974EE is #A68B11. Grayscale: #797979. Windows color (decimal): -10914578 or 15627353. OLE color: 15627353.
HSL color Cylindrical-coordinate representation of color #5974EE: hue angle of 229.13º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5974EE is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 116 | 238 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.07 |
| HSL | 229.13º | 0.81% | 0.64% | - |
| HSV(B) | 229.13º | 0.63% | 0.93% | - |
| XYZ | 25.8 | 20.79 | 83.54 | - |
| YUV | 121.84 | 193.55 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 238 | 0.63 | 0.51 | 0 | 0.07 | 229.13 | 0.81 | 0.64 |
| Hex | 59 | 74 | EE | 3F | 33 | 0 | 7 | E5 | 51 | 40 |
| Octal | 131 | 164 | 356 | 77 | 63 | 0 | 7 | 345 | 121 | 100 |
| Binary | 1011001 | 1110100 | 11101110 | 111111 | 110011 | 0 | 111 | 11100101 | 1010001 | 1000000 |
Color Harmonies of #5974EE
Complementary color
Monochromatic Colors of #5974EE
Black with #5974EE
Text Example
Text Example
White with #5974EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5974EE; }
p { color: rgb(89,116,238); }
H1.HeaderClassName
{
color: #5974EE;
}
.AnyTagClassName
{
color: #5974EE;
}
</style>
background-color css
<style>
a { background-color: #5974EE; }
a { background-color: rgb(89,116,238); }
div.DivClassName
{
background-color: #5974EE;
}
.BgClassName
{
background-color: #5974EE;
}
</style>
border-color css
<style>
span { border-color: #5974EE; }
span { border-color: rgb(89,116,238); }
td.TdClassName
{
border-color: #5974EE;
}
.TagClassName
{
border-color: #5974EE;
}
</style>