Shades of Royal Blue #557CE4
Tints of Royal Blue #557CE4
RGB
CMYK
RGB Variations
Color information
#557CE4 (or 0x557CE4) is known color: Royal Blue. HEX triplet: 55, 7C and E4. RGB value is (85,124,228). Sum of RGB (Red+Green+Blue) = 85+124+228=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 124 (48.83% from 255 or 28.38% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #557CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CE4 is #AA831B. Grayscale: #7B7B7B. Windows color (decimal): -11174684 or 14974037. OLE color: 14974037.
HSL color Cylindrical-coordinate representation of color #557CE4: hue angle of 223.64º 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 #557CE4 is Cyan = 0.63, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 124 | 228 | - |
| CMYK | 0.63 | 0.46 | 0 | 0.11 |
| HSL | 223.64º | 0.73% | 0.61% | - |
| HSV(B) | 223.64º | 0.63% | 0.89% | - |
| XYZ | 24.96 | 21.95 | 76.32 | - |
| YUV | 124.2 | 186.58 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 228 | 0.63 | 0.46 | 0 | 0.11 | 223.64 | 0.73 | 0.61 |
| Hex | 55 | 7C | E4 | 3F | 2E | 0 | B | E0 | 49 | 3D |
| Octal | 125 | 174 | 344 | 77 | 56 | 0 | 13 | 340 | 111 | 75 |
| Binary | 1010101 | 1111100 | 11100100 | 111111 | 101110 | 0 | 1011 | 11100000 | 1001001 | 111101 |
Color Harmonies of #557CE4
Complementary color
Monochromatic Colors of #557CE4
Black with #557CE4
Text Example
Text Example
White with #557CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CE4; }
p { color: rgb(85,124,228); }
H1.HeaderClassName
{
color: #557CE4;
}
.AnyTagClassName
{
color: #557CE4;
}
</style>
background-color css
<style>
a { background-color: #557CE4; }
a { background-color: rgb(85,124,228); }
div.DivClassName
{
background-color: #557CE4;
}
.BgClassName
{
background-color: #557CE4;
}
</style>
border-color css
<style>
span { border-color: #557CE4; }
span { border-color: rgb(85,124,228); }
td.TdClassName
{
border-color: #557CE4;
}
.TagClassName
{
border-color: #557CE4;
}
</style>