Shades of Royal Blue #577CE7
Tints of Royal Blue #577CE7
RGB
CMYK
RGB Variations
Color information
#577CE7 (or 0x577CE7) is known color: Royal Blue. HEX triplet: 57, 7C and E7. RGB value is (87,124,231). Sum of RGB (Red+Green+Blue) = 87+124+231=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #577CE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577CE7 is #A88318. Grayscale: #7C7C7C. Windows color (decimal): -11043609 or 15170647. OLE color: 15170647.
HSL color Cylindrical-coordinate representation of color #577CE7: hue angle of 224.58º 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 #577CE7 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 124 | 231 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.09 |
| HSL | 224.58º | 0.75% | 0.62% | - |
| HSV(B) | 224.58º | 0.62% | 0.91% | - |
| XYZ | 25.56 | 22.21 | 78.54 | - |
| YUV | 125.14 | 187.74 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 231 | 0.62 | 0.46 | 0 | 0.09 | 224.58 | 0.75 | 0.62 |
| Hex | 57 | 7C | E7 | 3E | 2E | 0 | 9 | E1 | 4B | 3E |
| Octal | 127 | 174 | 347 | 76 | 56 | 0 | 11 | 341 | 113 | 76 |
| Binary | 1010111 | 1111100 | 11100111 | 111110 | 101110 | 0 | 1001 | 11100001 | 1001011 | 111110 |
Color Harmonies of #577CE7
Complementary color
Monochromatic Colors of #577CE7
Black with #577CE7
Text Example
Text Example
White with #577CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577CE7; }
p { color: rgb(87,124,231); }
H1.HeaderClassName
{
color: #577CE7;
}
.AnyTagClassName
{
color: #577CE7;
}
</style>
background-color css
<style>
a { background-color: #577CE7; }
a { background-color: rgb(87,124,231); }
div.DivClassName
{
background-color: #577CE7;
}
.BgClassName
{
background-color: #577CE7;
}
</style>
border-color css
<style>
span { border-color: #577CE7; }
span { border-color: rgb(87,124,231); }
td.TdClassName
{
border-color: #577CE7;
}
.TagClassName
{
border-color: #577CE7;
}
</style>