Shades of Royal Blue #577BE7
Tints of Royal Blue #577BE7
RGB
CMYK
RGB Variations
Color information
#577BE7 (or 0x577BE7) is known color: Royal Blue. HEX triplet: 57, 7B and E7. RGB value is (87,123,231). Sum of RGB (Red+Green+Blue) = 87+123+231=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #577BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577BE7 is #A88418. Grayscale: #7C7C7C. Windows color (decimal): -11043865 or 15170391. OLE color: 15170391.
HSL color Cylindrical-coordinate representation of color #577BE7: hue angle of 225º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #577BE7 is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 123 | 231 | - |
| CMYK | 0.62 | 0.47 | 0 | 0.09 |
| HSL | 225º | 0.75% | 0.62% | - |
| HSV(B) | 225º | 0.62% | 0.91% | - |
| XYZ | 25.44 | 21.96 | 78.5 | - |
| YUV | 124.55 | 188.07 | 101.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 231 | 0.62 | 0.47 | 0 | 0.09 | 225 | 0.75 | 0.62 |
| Hex | 57 | 7B | E7 | 3E | 2F | 0 | 9 | E1 | 4B | 3E |
| Octal | 127 | 173 | 347 | 76 | 57 | 0 | 11 | 341 | 113 | 76 |
| Binary | 1010111 | 1111011 | 11100111 | 111110 | 101111 | 0 | 1001 | 11100001 | 1001011 | 111110 |
Color Harmonies of #577BE7
Complementary color
Monochromatic Colors of #577BE7
Black with #577BE7
Text Example
Text Example
White with #577BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BE7; }
p { color: rgb(87,123,231); }
H1.HeaderClassName
{
color: #577BE7;
}
.AnyTagClassName
{
color: #577BE7;
}
</style>
background-color css
<style>
a { background-color: #577BE7; }
a { background-color: rgb(87,123,231); }
div.DivClassName
{
background-color: #577BE7;
}
.BgClassName
{
background-color: #577BE7;
}
</style>
border-color css
<style>
span { border-color: #577BE7; }
span { border-color: rgb(87,123,231); }
td.TdClassName
{
border-color: #577BE7;
}
.TagClassName
{
border-color: #577BE7;
}
</style>