Shades of Royal Blue #5974F6
Tints of Royal Blue #5974F6
RGB
CMYK
RGB Variations
Color information
#5974F6 (or 0x5974F6) is known color: Royal Blue. HEX triplet: 59, 74 and F6. RGB value is (89,116,246). Sum of RGB (Red+Green+Blue) = 89+116+246=451 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.73% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #5974F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5974F6 is #A68B09. Grayscale: #7A7A7A. Windows color (decimal): -10914570 or 16151641. OLE color: 16151641.
HSL color Cylindrical-coordinate representation of color #5974F6: hue angle of 229.68º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5974F6 is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 89 | 116 | 246 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.04 |
| HSL | 229.68º | 0.9% | 0.66% | - |
| HSV(B) | 229.68º | 0.64% | 0.96% | - |
| XYZ | 27 | 21.27 | 89.87 | - |
| YUV | 122.75 | 197.55 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 246 | 0.64 | 0.53 | 0 | 0.04 | 229.68 | 0.9 | 0.66 |
| Hex | 59 | 74 | F6 | 40 | 35 | 0 | 4 | E6 | 5A | 42 |
| Octal | 131 | 164 | 366 | 100 | 65 | 0 | 4 | 346 | 132 | 102 |
| Binary | 1011001 | 1110100 | 11110110 | 1000000 | 110101 | 0 | 100 | 11100110 | 1011010 | 1000010 |
Color Harmonies of #5974F6
Complementary color
Monochromatic Colors of #5974F6
Black with #5974F6
Text Example
Text Example
White with #5974F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5974F6; }
p { color: rgb(89,116,246); }
H1.HeaderClassName
{
color: #5974F6;
}
.AnyTagClassName
{
color: #5974F6;
}
</style>
background-color css
<style>
a { background-color: #5974F6; }
a { background-color: rgb(89,116,246); }
div.DivClassName
{
background-color: #5974F6;
}
.BgClassName
{
background-color: #5974F6;
}
</style>
border-color css
<style>
span { border-color: #5974F6; }
span { border-color: rgb(89,116,246); }
td.TdClassName
{
border-color: #5974F6;
}
.TagClassName
{
border-color: #5974F6;
}
</style>