Shades of Royal Blue #557EE4
Tints of Royal Blue #557EE4
RGB
CMYK
RGB Variations
Color information
#557EE4 (or 0x557EE4) is known color: Royal Blue. HEX triplet: 55, 7E and E4. RGB value is (85,126,228). Sum of RGB (Red+Green+Blue) = 85+126+228=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #557EE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EE4 is #AA811B. Grayscale: #7C7C7C. Windows color (decimal): -11174172 or 14974549. OLE color: 14974549.
HSL color Cylindrical-coordinate representation of color #557EE4: hue angle of 222.8º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #557EE4 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 126 | 228 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.11 |
| HSL | 222.8º | 0.73% | 0.61% | - |
| HSV(B) | 222.8º | 0.63% | 0.89% | - |
| XYZ | 25.21 | 22.45 | 76.4 | - |
| YUV | 125.37 | 185.92 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 228 | 0.63 | 0.45 | 0 | 0.11 | 222.8 | 0.73 | 0.61 |
| Hex | 55 | 7E | E4 | 3F | 2D | 0 | B | DF | 49 | 3D |
| Octal | 125 | 176 | 344 | 77 | 55 | 0 | 13 | 337 | 111 | 75 |
| Binary | 1010101 | 1111110 | 11100100 | 111111 | 101101 | 0 | 1011 | 11011111 | 1001001 | 111101 |
Color Harmonies of #557EE4
Complementary color
Monochromatic Colors of #557EE4
Black with #557EE4
Text Example
Text Example
White with #557EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EE4; }
p { color: rgb(85,126,228); }
H1.HeaderClassName
{
color: #557EE4;
}
.AnyTagClassName
{
color: #557EE4;
}
</style>
background-color css
<style>
a { background-color: #557EE4; }
a { background-color: rgb(85,126,228); }
div.DivClassName
{
background-color: #557EE4;
}
.BgClassName
{
background-color: #557EE4;
}
</style>
border-color css
<style>
span { border-color: #557EE4; }
span { border-color: rgb(85,126,228); }
td.TdClassName
{
border-color: #557EE4;
}
.TagClassName
{
border-color: #557EE4;
}
</style>