Shades of Royal Blue #557EDD
Tints of Royal Blue #557EDD
RGB
CMYK
RGB Variations
Color information
#557EDD (or 0x557EDD) is known color: Royal Blue. HEX triplet: 55, 7E and DD. RGB value is (85,126,221). Sum of RGB (Red+Green+Blue) = 85+126+221=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 126 (49.61% from 255 or 29.17% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #557EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557EDD is #AA8122. Grayscale: #7C7C7C. Windows color (decimal): -11174179 or 14515797. OLE color: 14515797.
HSL color Cylindrical-coordinate representation of color #557EDD: hue angle of 221.91º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #557EDD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 126 | 221 | - |
| CMYK | 0.62 | 0.43 | 0 | 0.13 |
| HSL | 221.91º | 0.67% | 0.6% | - |
| HSV(B) | 221.91º | 0.62% | 0.87% | - |
| XYZ | 24.26 | 22.07 | 71.39 | - |
| YUV | 124.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 126 | 221 | 0.62 | 0.43 | 0 | 0.13 | 221.91 | 0.67 | 0.6 |
| Hex | 55 | 7E | DD | 3E | 2B | 0 | D | DE | 43 | 3C |
| Octal | 125 | 176 | 335 | 76 | 53 | 0 | 15 | 336 | 103 | 74 |
| Binary | 1010101 | 1111110 | 11011101 | 111110 | 101011 | 0 | 1101 | 11011110 | 1000011 | 111100 |
Color Harmonies of #557EDD
Complementary color
Monochromatic Colors of #557EDD
Black with #557EDD
Text Example
Text Example
White with #557EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557EDD; }
p { color: rgb(85,126,221); }
H1.HeaderClassName
{
color: #557EDD;
}
.AnyTagClassName
{
color: #557EDD;
}
</style>
background-color css
<style>
a { background-color: #557EDD; }
a { background-color: rgb(85,126,221); }
div.DivClassName
{
background-color: #557EDD;
}
.BgClassName
{
background-color: #557EDD;
}
</style>
border-color css
<style>
span { border-color: #557EDD; }
span { border-color: rgb(85,126,221); }
td.TdClassName
{
border-color: #557EDD;
}
.TagClassName
{
border-color: #557EDD;
}
</style>