Shades of Royal Blue #577AEF
Tints of Royal Blue #577AEF
RGB
CMYK
RGB Variations
Color information
#577AEF (or 0x577AEF) is known color: Royal Blue. HEX triplet: 57, 7A and EF. RGB value is (87,122,239). Sum of RGB (Red+Green+Blue) = 87+122+239=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #577AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #577AEF is #A88510. Grayscale: #7C7C7C. Windows color (decimal): -11044113 or 15694423. OLE color: 15694423.
HSL color Cylindrical-coordinate representation of color #577AEF: hue angle of 226.18º 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 #577AEF is Cyan = 0.64, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 122 | 239 | - |
| CMYK | 0.64 | 0.49 | 0 | 0.06 |
| HSL | 226.18º | 0.83% | 0.64% | - |
| HSV(B) | 226.18º | 0.64% | 0.94% | - |
| XYZ | 26.47 | 22.18 | 84.55 | - |
| YUV | 124.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 239 | 0.64 | 0.49 | 0 | 0.06 | 226.18 | 0.83 | 0.64 |
| Hex | 57 | 7A | EF | 40 | 31 | 0 | 6 | E2 | 53 | 40 |
| Octal | 127 | 172 | 357 | 100 | 61 | 0 | 6 | 342 | 123 | 100 |
| Binary | 1010111 | 1111010 | 11101111 | 1000000 | 110001 | 0 | 110 | 11100010 | 1010011 | 1000000 |
Color Harmonies of #577AEF
Complementary color
Monochromatic Colors of #577AEF
Black with #577AEF
Text Example
Text Example
White with #577AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577AEF; }
p { color: rgb(87,122,239); }
H1.HeaderClassName
{
color: #577AEF;
}
.AnyTagClassName
{
color: #577AEF;
}
</style>
background-color css
<style>
a { background-color: #577AEF; }
a { background-color: rgb(87,122,239); }
div.DivClassName
{
background-color: #577AEF;
}
.BgClassName
{
background-color: #577AEF;
}
</style>
border-color css
<style>
span { border-color: #577AEF; }
span { border-color: rgb(87,122,239); }
td.TdClassName
{
border-color: #577AEF;
}
.TagClassName
{
border-color: #577AEF;
}
</style>