Shades of Royal Blue #5A70E9
Tints of Royal Blue #5A70E9
RGB
CMYK
RGB Variations
Color information
#5A70E9 (or 0x5A70E9) is known color: Royal Blue. HEX triplet: 5A, 70 and E9. RGB value is (90,112,233). Sum of RGB (Red+Green+Blue) = 90+112+233=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 112 (44.14% from 255 or 25.75% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #5A70E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A70E9 is #A58F16. Grayscale: #767676. Windows color (decimal): -10850071 or 15298650. OLE color: 15298650.
HSL color Cylindrical-coordinate representation of color #5A70E9: hue angle of 230.77º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A70E9 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 112 | 233 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.09 |
| HSL | 230.77º | 0.76% | 0.63% | - |
| HSV(B) | 230.77º | 0.61% | 0.91% | - |
| XYZ | 24.72 | 19.65 | 79.58 | - |
| YUV | 119.22 | 192.21 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 233 | 0.61 | 0.52 | 0 | 0.09 | 230.77 | 0.76 | 0.63 |
| Hex | 5A | 70 | E9 | 3D | 34 | 0 | 9 | E7 | 4C | 3F |
| Octal | 132 | 160 | 351 | 75 | 64 | 0 | 11 | 347 | 114 | 77 |
| Binary | 1011010 | 1110000 | 11101001 | 111101 | 110100 | 0 | 1001 | 11100111 | 1001100 | 111111 |
Color Harmonies of #5A70E9
Complementary color
Monochromatic Colors of #5A70E9
Black with #5A70E9
Text Example
Text Example
White with #5A70E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A70E9; }
p { color: rgb(90,112,233); }
H1.HeaderClassName
{
color: #5A70E9;
}
.AnyTagClassName
{
color: #5A70E9;
}
</style>
background-color css
<style>
a { background-color: #5A70E9; }
a { background-color: rgb(90,112,233); }
div.DivClassName
{
background-color: #5A70E9;
}
.BgClassName
{
background-color: #5A70E9;
}
</style>
border-color css
<style>
span { border-color: #5A70E9; }
span { border-color: rgb(90,112,233); }
td.TdClassName
{
border-color: #5A70E9;
}
.TagClassName
{
border-color: #5A70E9;
}
</style>