Shades of Royal Blue #557BDC
Tints of Royal Blue #557BDC
RGB
CMYK
RGB Variations
Color information
#557BDC (or 0x557BDC) is known color: Royal Blue. HEX triplet: 55, 7B and DC. RGB value is (85,123,220). Sum of RGB (Red+Green+Blue) = 85+123+220=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #557BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557BDC is #AA8423. Grayscale: #7A7A7A. Windows color (decimal): -11174948 or 14449493. OLE color: 14449493.
HSL color Cylindrical-coordinate representation of color #557BDC: hue angle of 223.11º degrees, saturation: 0.66, 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 #557BDC is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 123 | 220 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.14 |
| HSL | 223.11º | 0.66% | 0.6% | - |
| HSV(B) | 223.11º | 0.61% | 0.86% | - |
| XYZ | 23.75 | 21.26 | 70.56 | - |
| YUV | 122.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 220 | 0.61 | 0.44 | 0 | 0.14 | 223.11 | 0.66 | 0.6 |
| Hex | 55 | 7B | DC | 3D | 2C | 0 | E | DF | 42 | 3C |
| Octal | 125 | 173 | 334 | 75 | 54 | 0 | 16 | 337 | 102 | 74 |
| Binary | 1010101 | 1111011 | 11011100 | 111101 | 101100 | 0 | 1110 | 11011111 | 1000010 | 111100 |
Color Harmonies of #557BDC
Complementary color
Monochromatic Colors of #557BDC
Black with #557BDC
Text Example
Text Example
White with #557BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557BDC; }
p { color: rgb(85,123,220); }
H1.HeaderClassName
{
color: #557BDC;
}
.AnyTagClassName
{
color: #557BDC;
}
</style>
background-color css
<style>
a { background-color: #557BDC; }
a { background-color: rgb(85,123,220); }
div.DivClassName
{
background-color: #557BDC;
}
.BgClassName
{
background-color: #557BDC;
}
</style>
border-color css
<style>
span { border-color: #557BDC; }
span { border-color: rgb(85,123,220); }
td.TdClassName
{
border-color: #557BDC;
}
.TagClassName
{
border-color: #557BDC;
}
</style>