Shades of Royal Blue #557EE1
Tints of Royal Blue #557EE1
RGB
CMYK
RGB Variations
Color information
#557EE1 (or 0x557EE1) is known color: Royal Blue. HEX triplet: 55, 7E and E1. RGB value is (85,126,225). Sum of RGB (Red+Green+Blue) = 85+126+225=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 126 (49.61% from 255 or 28.90% from 436); Blue value is 225 (88.28% from 255 or 51.61% from 436); Max value from RGB is 225 - color contains mainly: blue. Hex color #557EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EE1 is #AA811E. Grayscale: #7C7C7C. Windows color (decimal): -11174175 or 14777941. OLE color: 14777941.
HSL color Cylindrical-coordinate representation of color #557EE1: hue angle of 222.43º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #557EE1 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 126 | 225 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.12 |
| HSL | 222.43º | 0.7% | 0.61% | - |
| HSV(B) | 222.43º | 0.62% | 0.88% | - |
| XYZ | 24.8 | 22.29 | 74.23 | - |
| YUV | 125.03 | 184.42 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 225 | 0.62 | 0.44 | 0 | 0.12 | 222.43 | 0.7 | 0.61 |
| Hex | 55 | 7E | E1 | 3E | 2C | 0 | C | DE | 46 | 3D |
| Octal | 125 | 176 | 341 | 76 | 54 | 0 | 14 | 336 | 106 | 75 |
| Binary | 1010101 | 1111110 | 11100001 | 111110 | 101100 | 0 | 1100 | 11011110 | 1000110 | 111101 |
Color Harmonies of #557EE1
Complementary color
Monochromatic Colors of #557EE1
Black with #557EE1
Text Example
Text Example
White with #557EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EE1; }
p { color: rgb(85,126,225); }
H1.HeaderClassName
{
color: #557EE1;
}
.AnyTagClassName
{
color: #557EE1;
}
</style>
background-color css
<style>
a { background-color: #557EE1; }
a { background-color: rgb(85,126,225); }
div.DivClassName
{
background-color: #557EE1;
}
.BgClassName
{
background-color: #557EE1;
}
</style>
border-color css
<style>
span { border-color: #557EE1; }
span { border-color: rgb(85,126,225); }
td.TdClassName
{
border-color: #557EE1;
}
.TagClassName
{
border-color: #557EE1;
}
</style>