Shades of Royal Blue #557CDB
Tints of Royal Blue #557CDB
RGB
CMYK
RGB Variations
Color information
#557CDB (or 0x557CDB) is known color: Royal Blue. HEX triplet: 55, 7C and DB. RGB value is (85,124,219). Sum of RGB (Red+Green+Blue) = 85+124+219=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #557CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557CDB is #AA8324. Grayscale: #7A7A7A. Windows color (decimal): -11174693 or 14384213. OLE color: 14384213.
HSL color Cylindrical-coordinate representation of color #557CDB: hue angle of 222.54º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #557CDB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 124 | 219 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.14 |
| HSL | 222.54º | 0.65% | 0.6% | - |
| HSV(B) | 222.54º | 0.61% | 0.86% | - |
| XYZ | 23.74 | 21.46 | 69.91 | - |
| YUV | 123.17 | 182.08 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 124 | 219 | 0.61 | 0.43 | 0 | 0.14 | 222.54 | 0.65 | 0.6 |
| Hex | 55 | 7C | DB | 3D | 2B | 0 | E | DF | 41 | 3C |
| Octal | 125 | 174 | 333 | 75 | 53 | 0 | 16 | 337 | 101 | 74 |
| Binary | 1010101 | 1111100 | 11011011 | 111101 | 101011 | 0 | 1110 | 11011111 | 1000001 | 111100 |
Color Harmonies of #557CDB
Complementary color
Monochromatic Colors of #557CDB
Black with #557CDB
Text Example
Text Example
White with #557CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557CDB; }
p { color: rgb(85,124,219); }
H1.HeaderClassName
{
color: #557CDB;
}
.AnyTagClassName
{
color: #557CDB;
}
</style>
background-color css
<style>
a { background-color: #557CDB; }
a { background-color: rgb(85,124,219); }
div.DivClassName
{
background-color: #557CDB;
}
.BgClassName
{
background-color: #557CDB;
}
</style>
border-color css
<style>
span { border-color: #557CDB; }
span { border-color: rgb(85,124,219); }
td.TdClassName
{
border-color: #557CDB;
}
.TagClassName
{
border-color: #557CDB;
}
</style>