Shades of Royal Blue #557DDC
Tints of Royal Blue #557DDC
RGB
CMYK
RGB Variations
Color information
#557DDC (or 0x557DDC) is known color: Royal Blue. HEX triplet: 55, 7D and DC. RGB value is (85,125,220). Sum of RGB (Red+Green+Blue) = 85+125+220=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #557DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #557DDC is #AA8223. Grayscale: #7B7B7B. Windows color (decimal): -11174436 or 14450005. OLE color: 14450005.
HSL color Cylindrical-coordinate representation of color #557DDC: hue angle of 222.22º 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 #557DDC is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 125 | 220 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.14 |
| HSL | 222.22º | 0.66% | 0.6% | - |
| HSV(B) | 222.22º | 0.61% | 0.86% | - |
| XYZ | 24 | 21.77 | 70.65 | - |
| YUV | 123.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 125 | 220 | 0.61 | 0.43 | 0 | 0.14 | 222.22 | 0.66 | 0.6 |
| Hex | 55 | 7D | DC | 3D | 2B | 0 | E | DE | 42 | 3C |
| Octal | 125 | 175 | 334 | 75 | 53 | 0 | 16 | 336 | 102 | 74 |
| Binary | 1010101 | 1111101 | 11011100 | 111101 | 101011 | 0 | 1110 | 11011110 | 1000010 | 111100 |
Color Harmonies of #557DDC
Complementary color
Monochromatic Colors of #557DDC
Black with #557DDC
Text Example
Text Example
White with #557DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557DDC; }
p { color: rgb(85,125,220); }
H1.HeaderClassName
{
color: #557DDC;
}
.AnyTagClassName
{
color: #557DDC;
}
</style>
background-color css
<style>
a { background-color: #557DDC; }
a { background-color: rgb(85,125,220); }
div.DivClassName
{
background-color: #557DDC;
}
.BgClassName
{
background-color: #557DDC;
}
</style>
border-color css
<style>
span { border-color: #557DDC; }
span { border-color: rgb(85,125,220); }
td.TdClassName
{
border-color: #557DDC;
}
.TagClassName
{
border-color: #557DDC;
}
</style>