Shades of Royal Blue #577BE1
Tints of Royal Blue #577BE1
RGB
CMYK
RGB Variations
Color information
#577BE1 (or 0x577BE1) is known color: Royal Blue. HEX triplet: 57, 7B and E1. RGB value is (87,123,225). Sum of RGB (Red+Green+Blue) = 87+123+225=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #577BE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BE1 is #A8841E. Grayscale: #7B7B7B. Windows color (decimal): -11043871 or 14777175. OLE color: 14777175.
HSL color Cylindrical-coordinate representation of color #577BE1: hue angle of 224.35º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #577BE1 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 123 | 225 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.12 |
| HSL | 224.35º | 0.7% | 0.61% | - |
| HSV(B) | 224.35º | 0.61% | 0.88% | - |
| XYZ | 24.6 | 21.63 | 74.11 | - |
| YUV | 123.86 | 185.07 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 225 | 0.61 | 0.45 | 0 | 0.12 | 224.35 | 0.7 | 0.61 |
| Hex | 57 | 7B | E1 | 3D | 2D | 0 | C | E0 | 46 | 3D |
| Octal | 127 | 173 | 341 | 75 | 55 | 0 | 14 | 340 | 106 | 75 |
| Binary | 1010111 | 1111011 | 11100001 | 111101 | 101101 | 0 | 1100 | 11100000 | 1000110 | 111101 |
Color Harmonies of #577BE1
Complementary color
Monochromatic Colors of #577BE1
Black with #577BE1
Text Example
Text Example
White with #577BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BE1; }
p { color: rgb(87,123,225); }
H1.HeaderClassName
{
color: #577BE1;
}
.AnyTagClassName
{
color: #577BE1;
}
</style>
background-color css
<style>
a { background-color: #577BE1; }
a { background-color: rgb(87,123,225); }
div.DivClassName
{
background-color: #577BE1;
}
.BgClassName
{
background-color: #577BE1;
}
</style>
border-color css
<style>
span { border-color: #577BE1; }
span { border-color: rgb(87,123,225); }
td.TdClassName
{
border-color: #577BE1;
}
.TagClassName
{
border-color: #577BE1;
}
</style>