Shades of Royal Blue #5974FE
Tints of Royal Blue #5974FE
RGB
CMYK
RGB Variations
Color information
#5974FE (or 0x5974FE) is known color: Royal Blue. HEX triplet: 59, 74 and FE. RGB value is (89,116,254). Sum of RGB (Red+Green+Blue) = 89+116+254=459 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.39% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #5974FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5974FE is #A68B01. Grayscale: #7B7B7B. Windows color (decimal): -10914562 or 16675929. OLE color: 16675929.
HSL color Cylindrical-coordinate representation of color #5974FE: hue angle of 230.18º 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 #5974FE is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 116 | 254 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.00 |
| HSL | 230.18º | 0.99% | 0.67% | - |
| HSV(B) | 230.18º | 0.65% | 1% | - |
| XYZ | 28.25 | 21.77 | 96.48 | - |
| YUV | 123.66 | 201.55 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 254 | 0.65 | 0.54 | 0 | 0.00 | 230.18 | 0.99 | 0.67 |
| Hex | 59 | 74 | FE | 41 | 36 | 0 | 0 | E6 | 63 | 43 |
| Octal | 131 | 164 | 376 | 101 | 66 | 0 | 0 | 346 | 143 | 103 |
| Binary | 1011001 | 1110100 | 11111110 | 1000001 | 110110 | 0 | 0 | 11100110 | 1100011 | 1000011 |
Color Harmonies of #5974FE
Complementary color
Monochromatic Colors of #5974FE
Black with #5974FE
Text Example
Text Example
White with #5974FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5974FE; }
p { color: rgb(89,116,254); }
H1.HeaderClassName
{
color: #5974FE;
}
.AnyTagClassName
{
color: #5974FE;
}
</style>
background-color css
<style>
a { background-color: #5974FE; }
a { background-color: rgb(89,116,254); }
div.DivClassName
{
background-color: #5974FE;
}
.BgClassName
{
background-color: #5974FE;
}
</style>
border-color css
<style>
span { border-color: #5974FE; }
span { border-color: rgb(89,116,254); }
td.TdClassName
{
border-color: #5974FE;
}
.TagClassName
{
border-color: #5974FE;
}
</style>