Shades of Royal Blue #5770EF
Tints of Royal Blue #5770EF
RGB
CMYK
RGB Variations
Color information
#5770EF (or 0x5770EF) is known color: Royal Blue. HEX triplet: 57, 70 and EF. RGB value is (87,112,239). Sum of RGB (Red+Green+Blue) = 87+112+239=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #5770EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5770EF is #A88F10. Grayscale: #767676. Windows color (decimal): -11046673 or 15691863. OLE color: 15691863.
HSL color Cylindrical-coordinate representation of color #5770EF: hue angle of 230.13º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5770EF is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 112 | 239 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.06 |
| HSL | 230.13º | 0.83% | 0.64% | - |
| HSV(B) | 230.13º | 0.64% | 0.94% | - |
| XYZ | 25.3 | 19.85 | 84.16 | - |
| YUV | 119 | 195.72 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 112 | 239 | 0.64 | 0.53 | 0 | 0.06 | 230.13 | 0.83 | 0.64 |
| Hex | 57 | 70 | EF | 40 | 35 | 0 | 6 | E6 | 53 | 40 |
| Octal | 127 | 160 | 357 | 100 | 65 | 0 | 6 | 346 | 123 | 100 |
| Binary | 1010111 | 1110000 | 11101111 | 1000000 | 110101 | 0 | 110 | 11100110 | 1010011 | 1000000 |
Color Harmonies of #5770EF
Complementary color
Monochromatic Colors of #5770EF
Black with #5770EF
Text Example
Text Example
White with #5770EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5770EF; }
p { color: rgb(87,112,239); }
H1.HeaderClassName
{
color: #5770EF;
}
.AnyTagClassName
{
color: #5770EF;
}
</style>
background-color css
<style>
a { background-color: #5770EF; }
a { background-color: rgb(87,112,239); }
div.DivClassName
{
background-color: #5770EF;
}
.BgClassName
{
background-color: #5770EF;
}
</style>
border-color css
<style>
span { border-color: #5770EF; }
span { border-color: rgb(87,112,239); }
td.TdClassName
{
border-color: #5770EF;
}
.TagClassName
{
border-color: #5770EF;
}
</style>