Shades of Royal Blue #5A70EE
Tints of Royal Blue #5A70EE
RGB
CMYK
RGB Variations
Color information
#5A70EE (or 0x5A70EE) is known color: Royal Blue. HEX triplet: 5A, 70 and EE. RGB value is (90,112,238). Sum of RGB (Red+Green+Blue) = 90+112+238=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A70EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A70EE is #A58F11. Grayscale: #777777. Windows color (decimal): -10850066 or 15626330. OLE color: 15626330.
HSL color Cylindrical-coordinate representation of color #5A70EE: hue angle of 231.08º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A70EE is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 112 | 238 | - |
| CMYK | 0.62 | 0.53 | 0 | 0.07 |
| HSL | 231.08º | 0.81% | 0.64% | - |
| HSV(B) | 231.08º | 0.62% | 0.93% | - |
| XYZ | 25.44 | 19.94 | 83.4 | - |
| YUV | 119.79 | 194.71 | 106.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 112 | 238 | 0.62 | 0.53 | 0 | 0.07 | 231.08 | 0.81 | 0.64 |
| Hex | 5A | 70 | EE | 3E | 35 | 0 | 7 | E7 | 51 | 40 |
| Octal | 132 | 160 | 356 | 76 | 65 | 0 | 7 | 347 | 121 | 100 |
| Binary | 1011010 | 1110000 | 11101110 | 111110 | 110101 | 0 | 111 | 11100111 | 1010001 | 1000000 |
Color Harmonies of #5A70EE
Complementary color
Monochromatic Colors of #5A70EE
Black with #5A70EE
Text Example
Text Example
White with #5A70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A70EE; }
p { color: rgb(90,112,238); }
H1.HeaderClassName
{
color: #5A70EE;
}
.AnyTagClassName
{
color: #5A70EE;
}
</style>
background-color css
<style>
a { background-color: #5A70EE; }
a { background-color: rgb(90,112,238); }
div.DivClassName
{
background-color: #5A70EE;
}
.BgClassName
{
background-color: #5A70EE;
}
</style>
border-color css
<style>
span { border-color: #5A70EE; }
span { border-color: rgb(90,112,238); }
td.TdClassName
{
border-color: #5A70EE;
}
.TagClassName
{
border-color: #5A70EE;
}
</style>