Shades of Royal Blue #5970FD
Tints of Royal Blue #5970FD
RGB
CMYK
RGB Variations
Color information
#5970FD (or 0x5970FD) is known color: Royal Blue. HEX triplet: 59, 70 and FD. RGB value is (89,112,253). Sum of RGB (Red+Green+Blue) = 89+112+253=454 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.60% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 253 (99.22% from 255 or 55.73% from 454); Max value from RGB is 253 - color contains mainly: blue. Hex color #5970FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5970FD is #A68F02. Grayscale: #787878. Windows color (decimal): -10915587 or 16609369. OLE color: 16609369.
HSL color Cylindrical-coordinate representation of color #5970FD: hue angle of 231.59º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5970FD is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 112 | 253 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.01 |
| HSL | 231.59º | 0.98% | 0.67% | - |
| HSV(B) | 231.59º | 0.65% | 0.99% | - |
| XYZ | 27.64 | 20.8 | 95.49 | - |
| YUV | 121.2 | 202.38 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 112 | 253 | 0.65 | 0.56 | 0 | 0.01 | 231.59 | 0.98 | 0.67 |
| Hex | 59 | 70 | FD | 41 | 38 | 0 | 1 | E8 | 62 | 43 |
| Octal | 131 | 160 | 375 | 101 | 70 | 0 | 1 | 350 | 142 | 103 |
| Binary | 1011001 | 1110000 | 11111101 | 1000001 | 111000 | 0 | 1 | 11101000 | 1100010 | 1000011 |
Color Harmonies of #5970FD
Complementary color
Monochromatic Colors of #5970FD
Black with #5970FD
Text Example
Text Example
White with #5970FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5970FD; }
p { color: rgb(89,112,253); }
H1.HeaderClassName
{
color: #5970FD;
}
.AnyTagClassName
{
color: #5970FD;
}
</style>
background-color css
<style>
a { background-color: #5970FD; }
a { background-color: rgb(89,112,253); }
div.DivClassName
{
background-color: #5970FD;
}
.BgClassName
{
background-color: #5970FD;
}
</style>
border-color css
<style>
span { border-color: #5970FD; }
span { border-color: rgb(89,112,253); }
td.TdClassName
{
border-color: #5970FD;
}
.TagClassName
{
border-color: #5970FD;
}
</style>