Shades of Royal Blue #557AD9
Tints of Royal Blue #557AD9
RGB
CMYK
RGB Variations
Color information
#557AD9 (or 0x557AD9) is known color: Royal Blue. HEX triplet: 55, 7A and D9. RGB value is (85,122,217). Sum of RGB (Red+Green+Blue) = 85+122+217=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 122 (48.05% from 255 or 28.77% from 424); Blue value is 217 (85.16% from 255 or 51.18% from 424); Max value from RGB is 217 - color contains mainly: blue. Hex color #557AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557AD9 is #AA8526. Grayscale: #797979. Windows color (decimal): -11175207 or 14252629. OLE color: 14252629.
HSL color Cylindrical-coordinate representation of color #557AD9: hue angle of 223.18º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557AD9 is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 122 | 217 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.15 |
| HSL | 223.18º | 0.63% | 0.59% | - |
| HSV(B) | 223.18º | 0.61% | 0.85% | - |
| XYZ | 23.23 | 20.86 | 68.45 | - |
| YUV | 121.77 | 181.74 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 217 | 0.61 | 0.44 | 0 | 0.15 | 223.18 | 0.63 | 0.59 |
| Hex | 55 | 7A | D9 | 3D | 2C | 0 | F | DF | 3F | 3B |
| Octal | 125 | 172 | 331 | 75 | 54 | 0 | 17 | 337 | 77 | 73 |
| Binary | 1010101 | 1111010 | 11011001 | 111101 | 101100 | 0 | 1111 | 11011111 | 111111 | 111011 |
Color Harmonies of #557AD9
Complementary color
Monochromatic Colors of #557AD9
Black with #557AD9
Text Example
Text Example
White with #557AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557AD9; }
p { color: rgb(85,122,217); }
H1.HeaderClassName
{
color: #557AD9;
}
.AnyTagClassName
{
color: #557AD9;
}
</style>
background-color css
<style>
a { background-color: #557AD9; }
a { background-color: rgb(85,122,217); }
div.DivClassName
{
background-color: #557AD9;
}
.BgClassName
{
background-color: #557AD9;
}
</style>
border-color css
<style>
span { border-color: #557AD9; }
span { border-color: rgb(85,122,217); }
td.TdClassName
{
border-color: #557AD9;
}
.TagClassName
{
border-color: #557AD9;
}
</style>