Shades of Royal Blue #557AE8
Tints of Royal Blue #557AE8
RGB
CMYK
RGB Variations
Color information
#557AE8 (or 0x557AE8) is known color: Royal Blue. HEX triplet: 55, 7A and E8. RGB value is (85,122,232). Sum of RGB (Red+Green+Blue) = 85+122+232=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #557AE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557AE8 is #AA8517. Grayscale: #7A7A7A. Windows color (decimal): -11175192 or 15235669. OLE color: 15235669.
HSL color Cylindrical-coordinate representation of color #557AE8: hue angle of 224.9º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #557AE8 is Cyan = 0.63, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 122 | 232 | - |
| CMYK | 0.63 | 0.47 | 0 | 0.09 |
| HSL | 224.9º | 0.76% | 0.62% | - |
| HSV(B) | 224.9º | 0.63% | 0.91% | - |
| XYZ | 25.27 | 21.68 | 79.2 | - |
| YUV | 123.48 | 189.24 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 232 | 0.63 | 0.47 | 0 | 0.09 | 224.9 | 0.76 | 0.62 |
| Hex | 55 | 7A | E8 | 3F | 2F | 0 | 9 | E1 | 4C | 3E |
| Octal | 125 | 172 | 350 | 77 | 57 | 0 | 11 | 341 | 114 | 76 |
| Binary | 1010101 | 1111010 | 11101000 | 111111 | 101111 | 0 | 1001 | 11100001 | 1001100 | 111110 |
Color Harmonies of #557AE8
Complementary color
Monochromatic Colors of #557AE8
Black with #557AE8
Text Example
Text Example
White with #557AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AE8; }
p { color: rgb(85,122,232); }
H1.HeaderClassName
{
color: #557AE8;
}
.AnyTagClassName
{
color: #557AE8;
}
</style>
background-color css
<style>
a { background-color: #557AE8; }
a { background-color: rgb(85,122,232); }
div.DivClassName
{
background-color: #557AE8;
}
.BgClassName
{
background-color: #557AE8;
}
</style>
border-color css
<style>
span { border-color: #557AE8; }
span { border-color: rgb(85,122,232); }
td.TdClassName
{
border-color: #557AE8;
}
.TagClassName
{
border-color: #557AE8;
}
</style>