Shades of Royal Blue #557ADE
Tints of Royal Blue #557ADE
RGB
CMYK
RGB Variations
Color information
#557ADE (or 0x557ADE) is known color: Royal Blue. HEX triplet: 55, 7A and DE. RGB value is (85,122,222). Sum of RGB (Red+Green+Blue) = 85+122+222=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #557ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557ADE is #AA8521. Grayscale: #797979. Windows color (decimal): -11175202 or 14580309. OLE color: 14580309.
HSL color Cylindrical-coordinate representation of color #557ADE: hue angle of 223.8º 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 #557ADE is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 122 | 222 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.13 |
| HSL | 223.8º | 0.67% | 0.6% | - |
| HSV(B) | 223.8º | 0.62% | 0.87% | - |
| XYZ | 23.89 | 21.12 | 71.93 | - |
| YUV | 122.34 | 184.24 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 122 | 222 | 0.62 | 0.45 | 0 | 0.13 | 223.8 | 0.67 | 0.6 |
| Hex | 55 | 7A | DE | 3E | 2D | 0 | D | E0 | 43 | 3C |
| Octal | 125 | 172 | 336 | 76 | 55 | 0 | 15 | 340 | 103 | 74 |
| Binary | 1010101 | 1111010 | 11011110 | 111110 | 101101 | 0 | 1101 | 11100000 | 1000011 | 111100 |
Color Harmonies of #557ADE
Complementary color
Monochromatic Colors of #557ADE
Black with #557ADE
Text Example
Text Example
White with #557ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557ADE; }
p { color: rgb(85,122,222); }
H1.HeaderClassName
{
color: #557ADE;
}
.AnyTagClassName
{
color: #557ADE;
}
</style>
background-color css
<style>
a { background-color: #557ADE; }
a { background-color: rgb(85,122,222); }
div.DivClassName
{
background-color: #557ADE;
}
.BgClassName
{
background-color: #557ADE;
}
</style>
border-color css
<style>
span { border-color: #557ADE; }
span { border-color: rgb(85,122,222); }
td.TdClassName
{
border-color: #557ADE;
}
.TagClassName
{
border-color: #557ADE;
}
</style>