Shades of Royal Blue #5970EB
Tints of Royal Blue #5970EB
RGB
CMYK
RGB Variations
Color information
#5970EB (or 0x5970EB) is known color: Royal Blue. HEX triplet: 59, 70 and EB. RGB value is (89,112,235). Sum of RGB (Red+Green+Blue) = 89+112+235=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #5970EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5970EB is #A68F14. Grayscale: #767676. Windows color (decimal): -10915605 or 15429721. OLE color: 15429721.
HSL color Cylindrical-coordinate representation of color #5970EB: hue angle of 230.55º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5970EB is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 112 | 235 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.08 |
| HSL | 230.55º | 0.78% | 0.64% | - |
| HSV(B) | 230.55º | 0.62% | 0.92% | - |
| XYZ | 24.91 | 19.71 | 81.09 | - |
| YUV | 119.15 | 193.38 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 235 | 0.62 | 0.52 | 0 | 0.08 | 230.55 | 0.78 | 0.64 |
| Hex | 59 | 70 | EB | 3E | 34 | 0 | 8 | E7 | 4E | 40 |
| Octal | 131 | 160 | 353 | 76 | 64 | 0 | 10 | 347 | 116 | 100 |
| Binary | 1011001 | 1110000 | 11101011 | 111110 | 110100 | 0 | 1000 | 11100111 | 1001110 | 1000000 |
Color Harmonies of #5970EB
Complementary color
Monochromatic Colors of #5970EB
Black with #5970EB
Text Example
Text Example
White with #5970EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5970EB; }
p { color: rgb(89,112,235); }
H1.HeaderClassName
{
color: #5970EB;
}
.AnyTagClassName
{
color: #5970EB;
}
</style>
background-color css
<style>
a { background-color: #5970EB; }
a { background-color: rgb(89,112,235); }
div.DivClassName
{
background-color: #5970EB;
}
.BgClassName
{
background-color: #5970EB;
}
</style>
border-color css
<style>
span { border-color: #5970EB; }
span { border-color: rgb(89,112,235); }
td.TdClassName
{
border-color: #5970EB;
}
.TagClassName
{
border-color: #5970EB;
}
</style>