Shades of Royal Blue #557BEB
Tints of Royal Blue #557BEB
RGB
CMYK
RGB Variations
Color information
#557BEB (or 0x557BEB) is known color: Royal Blue. HEX triplet: 55, 7B and EB. RGB value is (85,123,235). Sum of RGB (Red+Green+Blue) = 85+123+235=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #557BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #557BEB is #AA8414. Grayscale: #7B7B7B. Windows color (decimal): -11174933 or 15432533. OLE color: 15432533.
HSL color Cylindrical-coordinate representation of color #557BEB: hue angle of 224.8º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #557BEB is Cyan = 0.64, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 123 | 235 | - |
| CMYK | 0.64 | 0.48 | 0 | 0.08 |
| HSL | 224.8º | 0.79% | 0.63% | - |
| HSV(B) | 224.8º | 0.64% | 0.92% | - |
| XYZ | 25.82 | 22.1 | 81.5 | - |
| YUV | 124.41 | 190.41 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 235 | 0.64 | 0.48 | 0 | 0.08 | 224.8 | 0.79 | 0.63 |
| Hex | 55 | 7B | EB | 40 | 30 | 0 | 8 | E1 | 4F | 3F |
| Octal | 125 | 173 | 353 | 100 | 60 | 0 | 10 | 341 | 117 | 77 |
| Binary | 1010101 | 1111011 | 11101011 | 1000000 | 110000 | 0 | 1000 | 11100001 | 1001111 | 111111 |
Color Harmonies of #557BEB
Complementary color
Monochromatic Colors of #557BEB
Black with #557BEB
Text Example
Text Example
White with #557BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BEB; }
p { color: rgb(85,123,235); }
H1.HeaderClassName
{
color: #557BEB;
}
.AnyTagClassName
{
color: #557BEB;
}
</style>
background-color css
<style>
a { background-color: #557BEB; }
a { background-color: rgb(85,123,235); }
div.DivClassName
{
background-color: #557BEB;
}
.BgClassName
{
background-color: #557BEB;
}
</style>
border-color css
<style>
span { border-color: #557BEB; }
span { border-color: rgb(85,123,235); }
td.TdClassName
{
border-color: #557BEB;
}
.TagClassName
{
border-color: #557BEB;
}
</style>