Shades of Royal Blue #5A72EC
Tints of Royal Blue #5A72EC
RGB
CMYK
RGB Variations
Color information
#5A72EC (or 0x5A72EC) is known color: Royal Blue. HEX triplet: 5A, 72 and EC. RGB value is (90,114,236). Sum of RGB (Red+Green+Blue) = 90+114+236=440 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.45% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A72EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A72EC is #A58D13. Grayscale: #787878. Windows color (decimal): -10849556 or 15495770. OLE color: 15495770.
HSL color Cylindrical-coordinate representation of color #5A72EC: hue angle of 230.14º degrees, saturation: 0.79, 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 #5A72EC is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 114 | 236 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.07 |
| HSL | 230.14º | 0.79% | 0.64% | - |
| HSV(B) | 230.14º | 0.62% | 0.93% | - |
| XYZ | 25.37 | 20.26 | 81.93 | - |
| YUV | 120.73 | 193.05 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 114 | 236 | 0.62 | 0.52 | 0 | 0.07 | 230.14 | 0.79 | 0.64 |
| Hex | 5A | 72 | EC | 3E | 34 | 0 | 7 | E6 | 4F | 40 |
| Octal | 132 | 162 | 354 | 76 | 64 | 0 | 7 | 346 | 117 | 100 |
| Binary | 1011010 | 1110010 | 11101100 | 111110 | 110100 | 0 | 111 | 11100110 | 1001111 | 1000000 |
Color Harmonies of #5A72EC
Complementary color
Monochromatic Colors of #5A72EC
Black with #5A72EC
Text Example
Text Example
White with #5A72EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A72EC; }
p { color: rgb(90,114,236); }
H1.HeaderClassName
{
color: #5A72EC;
}
.AnyTagClassName
{
color: #5A72EC;
}
</style>
background-color css
<style>
a { background-color: #5A72EC; }
a { background-color: rgb(90,114,236); }
div.DivClassName
{
background-color: #5A72EC;
}
.BgClassName
{
background-color: #5A72EC;
}
</style>
border-color css
<style>
span { border-color: #5A72EC; }
span { border-color: rgb(90,114,236); }
td.TdClassName
{
border-color: #5A72EC;
}
.TagClassName
{
border-color: #5A72EC;
}
</style>