Shades of Royal Blue #5974EF
Tints of Royal Blue #5974EF
RGB
CMYK
RGB Variations
Color information
#5974EF (or 0x5974EF) is known color: Royal Blue. HEX triplet: 59, 74 and EF. RGB value is (89,116,239). Sum of RGB (Red+Green+Blue) = 89+116+239=444 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.05% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #5974EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5974EF is #A68B10. Grayscale: #797979. Windows color (decimal): -10914577 or 15692889. OLE color: 15692889.
HSL color Cylindrical-coordinate representation of color #5974EF: hue angle of 229.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5974EF is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 116 | 239 | - |
| CMYK | 0.63 | 0.51 | 0 | 0.06 |
| HSL | 229.2º | 0.82% | 0.64% | - |
| HSV(B) | 229.2º | 0.63% | 0.94% | - |
| XYZ | 25.95 | 20.85 | 84.32 | - |
| YUV | 121.95 | 194.05 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 239 | 0.63 | 0.51 | 0 | 0.06 | 229.2 | 0.82 | 0.64 |
| Hex | 59 | 74 | EF | 3F | 33 | 0 | 6 | E5 | 52 | 40 |
| Octal | 131 | 164 | 357 | 77 | 63 | 0 | 6 | 345 | 122 | 100 |
| Binary | 1011001 | 1110100 | 11101111 | 111111 | 110011 | 0 | 110 | 11100101 | 1010010 | 1000000 |
Color Harmonies of #5974EF
Complementary color
Monochromatic Colors of #5974EF
Black with #5974EF
Text Example
Text Example
White with #5974EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5974EF; }
p { color: rgb(89,116,239); }
H1.HeaderClassName
{
color: #5974EF;
}
.AnyTagClassName
{
color: #5974EF;
}
</style>
background-color css
<style>
a { background-color: #5974EF; }
a { background-color: rgb(89,116,239); }
div.DivClassName
{
background-color: #5974EF;
}
.BgClassName
{
background-color: #5974EF;
}
</style>
border-color css
<style>
span { border-color: #5974EF; }
span { border-color: rgb(89,116,239); }
td.TdClassName
{
border-color: #5974EF;
}
.TagClassName
{
border-color: #5974EF;
}
</style>