Shades of Royal Blue #557CE1
Tints of Royal Blue #557CE1
RGB
CMYK
RGB Variations
Color information
#557CE1 (or 0x557CE1) is known color: Royal Blue. HEX triplet: 55, 7C and E1. RGB value is (85,124,225). Sum of RGB (Red+Green+Blue) = 85+124+225=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 124 (48.83% from 255 or 28.57% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #557CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CE1 is #AA831E. Grayscale: #7B7B7B. Windows color (decimal): -11174687 or 14777429. OLE color: 14777429.
HSL color Cylindrical-coordinate representation of color #557CE1: hue angle of 223.29º 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 #557CE1 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 124 | 225 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.12 |
| HSL | 223.29º | 0.7% | 0.61% | - |
| HSV(B) | 223.29º | 0.62% | 0.88% | - |
| XYZ | 24.54 | 21.78 | 74.15 | - |
| YUV | 123.85 | 185.08 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 225 | 0.62 | 0.45 | 0 | 0.12 | 223.29 | 0.7 | 0.61 |
| Hex | 55 | 7C | E1 | 3E | 2D | 0 | C | DF | 46 | 3D |
| Octal | 125 | 174 | 341 | 76 | 55 | 0 | 14 | 337 | 106 | 75 |
| Binary | 1010101 | 1111100 | 11100001 | 111110 | 101101 | 0 | 1100 | 11011111 | 1000110 | 111101 |
Color Harmonies of #557CE1
Complementary color
Monochromatic Colors of #557CE1
Black with #557CE1
Text Example
Text Example
White with #557CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CE1; }
p { color: rgb(85,124,225); }
H1.HeaderClassName
{
color: #557CE1;
}
.AnyTagClassName
{
color: #557CE1;
}
</style>
background-color css
<style>
a { background-color: #557CE1; }
a { background-color: rgb(85,124,225); }
div.DivClassName
{
background-color: #557CE1;
}
.BgClassName
{
background-color: #557CE1;
}
</style>
border-color css
<style>
span { border-color: #557CE1; }
span { border-color: rgb(85,124,225); }
td.TdClassName
{
border-color: #557CE1;
}
.TagClassName
{
border-color: #557CE1;
}
</style>