Shades of Royal Blue #557BDB
Tints of Royal Blue #557BDB
RGB
CMYK
RGB Variations
Color information
#557BDB (or 0x557BDB) is known color: Royal Blue. HEX triplet: 55, 7B and DB. RGB value is (85,123,219). Sum of RGB (Red+Green+Blue) = 85+123+219=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #557BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BDB is #AA8424. Grayscale: #7A7A7A. Windows color (decimal): -11174949 or 14383957. OLE color: 14383957.
HSL color Cylindrical-coordinate representation of color #557BDB: hue angle of 222.99º 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 #557BDB is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 123 | 219 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.14 |
| HSL | 222.99º | 0.65% | 0.6% | - |
| HSV(B) | 222.99º | 0.61% | 0.86% | - |
| XYZ | 23.62 | 21.21 | 69.87 | - |
| YUV | 122.58 | 182.41 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 219 | 0.61 | 0.44 | 0 | 0.14 | 222.99 | 0.65 | 0.6 |
| Hex | 55 | 7B | DB | 3D | 2C | 0 | E | DF | 41 | 3C |
| Octal | 125 | 173 | 333 | 75 | 54 | 0 | 16 | 337 | 101 | 74 |
| Binary | 1010101 | 1111011 | 11011011 | 111101 | 101100 | 0 | 1110 | 11011111 | 1000001 | 111100 |
Color Harmonies of #557BDB
Complementary color
Monochromatic Colors of #557BDB
Black with #557BDB
Text Example
Text Example
White with #557BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BDB; }
p { color: rgb(85,123,219); }
H1.HeaderClassName
{
color: #557BDB;
}
.AnyTagClassName
{
color: #557BDB;
}
</style>
background-color css
<style>
a { background-color: #557BDB; }
a { background-color: rgb(85,123,219); }
div.DivClassName
{
background-color: #557BDB;
}
.BgClassName
{
background-color: #557BDB;
}
</style>
border-color css
<style>
span { border-color: #557BDB; }
span { border-color: rgb(85,123,219); }
td.TdClassName
{
border-color: #557BDB;
}
.TagClassName
{
border-color: #557BDB;
}
</style>