Shades of Royal Blue #5A70EA
Tints of Royal Blue #5A70EA
RGB
CMYK
RGB Variations
Color information
#5A70EA (or 0x5A70EA) is known color: Royal Blue. HEX triplet: 5A, 70 and EA. RGB value is (90,112,234). Sum of RGB (Red+Green+Blue) = 90+112+234=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A70EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A70EA is #A58F15. Grayscale: #767676. Windows color (decimal): -10850070 or 15364186. OLE color: 15364186.
HSL color Cylindrical-coordinate representation of color #5A70EA: hue angle of 230.83º degrees, saturation: 0.77, 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 #5A70EA is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 112 | 234 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.08 |
| HSL | 230.83º | 0.77% | 0.64% | - |
| HSV(B) | 230.83º | 0.62% | 0.92% | - |
| XYZ | 24.86 | 19.7 | 80.33 | - |
| YUV | 119.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 234 | 0.62 | 0.52 | 0 | 0.08 | 230.83 | 0.77 | 0.64 |
| Hex | 5A | 70 | EA | 3E | 34 | 0 | 8 | E7 | 4D | 40 |
| Octal | 132 | 160 | 352 | 76 | 64 | 0 | 10 | 347 | 115 | 100 |
| Binary | 1011010 | 1110000 | 11101010 | 111110 | 110100 | 0 | 1000 | 11100111 | 1001101 | 1000000 |
Color Harmonies of #5A70EA
Complementary color
Monochromatic Colors of #5A70EA
Black with #5A70EA
Text Example
Text Example
White with #5A70EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A70EA; }
p { color: rgb(90,112,234); }
H1.HeaderClassName
{
color: #5A70EA;
}
.AnyTagClassName
{
color: #5A70EA;
}
</style>
background-color css
<style>
a { background-color: #5A70EA; }
a { background-color: rgb(90,112,234); }
div.DivClassName
{
background-color: #5A70EA;
}
.BgClassName
{
background-color: #5A70EA;
}
</style>
border-color css
<style>
span { border-color: #5A70EA; }
span { border-color: rgb(90,112,234); }
td.TdClassName
{
border-color: #5A70EA;
}
.TagClassName
{
border-color: #5A70EA;
}
</style>