Shades of Royal Blue #5974DD
Tints of Royal Blue #5974DD
RGB
CMYK
RGB Variations
Color information
#5974DD (or 0x5974DD) is known color: Royal Blue. HEX triplet: 59, 74 and DD. RGB value is (89,116,221). Sum of RGB (Red+Green+Blue) = 89+116+221=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #5974DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5974DD is #A68B22. Grayscale: #777777. Windows color (decimal): -10914595 or 14513241. OLE color: 14513241.
HSL color Cylindrical-coordinate representation of color #5974DD: hue angle of 227.73º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5974DD is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 116 | 221 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.13 |
| HSL | 227.73º | 0.66% | 0.61% | - |
| HSV(B) | 227.73º | 0.6% | 0.87% | - |
| XYZ | 23.42 | 19.84 | 71 | - |
| YUV | 119.9 | 185.05 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 116 | 221 | 0.60 | 0.48 | 0 | 0.13 | 227.73 | 0.66 | 0.61 |
| Hex | 59 | 74 | DD | 3C | 30 | 0 | D | E4 | 42 | 3D |
| Octal | 131 | 164 | 335 | 74 | 60 | 0 | 15 | 344 | 102 | 75 |
| Binary | 1011001 | 1110100 | 11011101 | 111100 | 110000 | 0 | 1101 | 11100100 | 1000010 | 111101 |
Color Harmonies of #5974DD
Complementary color
Monochromatic Colors of #5974DD
Black with #5974DD
Text Example
Text Example
White with #5974DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5974DD; }
p { color: rgb(89,116,221); }
H1.HeaderClassName
{
color: #5974DD;
}
.AnyTagClassName
{
color: #5974DD;
}
</style>
background-color css
<style>
a { background-color: #5974DD; }
a { background-color: rgb(89,116,221); }
div.DivClassName
{
background-color: #5974DD;
}
.BgClassName
{
background-color: #5974DD;
}
</style>
border-color css
<style>
span { border-color: #5974DD; }
span { border-color: rgb(89,116,221); }
td.TdClassName
{
border-color: #5974DD;
}
.TagClassName
{
border-color: #5974DD;
}
</style>