Shades of Royal Blue #556EDF
Tints of Royal Blue #556EDF
RGB
CMYK
RGB Variations
Color information
#556EDF (or 0x556EDF) is known color: Royal Blue. HEX triplet: 55, 6E and DF. RGB value is (85,110,223). Sum of RGB (Red+Green+Blue) = 85+110+223=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #556EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556EDF is #AA9120. Grayscale: #727272. Windows color (decimal): -11178273 or 14642773. OLE color: 14642773.
HSL color Cylindrical-coordinate representation of color #556EDF: hue angle of 229.13º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556EDF is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 110 | 223 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.13 |
| HSL | 229.13º | 0.68% | 0.6% | - |
| HSV(B) | 229.13º | 0.62% | 0.87% | - |
| XYZ | 22.64 | 18.41 | 72.17 | - |
| YUV | 115.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 223 | 0.62 | 0.51 | 0 | 0.13 | 229.13 | 0.68 | 0.6 |
| Hex | 55 | 6E | DF | 3E | 33 | 0 | D | E5 | 44 | 3C |
| Octal | 125 | 156 | 337 | 76 | 63 | 0 | 15 | 345 | 104 | 74 |
| Binary | 1010101 | 1101110 | 11011111 | 111110 | 110011 | 0 | 1101 | 11100101 | 1000100 | 111100 |
Color Harmonies of #556EDF
Complementary color
Monochromatic Colors of #556EDF
Black with #556EDF
Text Example
Text Example
White with #556EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EDF; }
p { color: rgb(85,110,223); }
H1.HeaderClassName
{
color: #556EDF;
}
.AnyTagClassName
{
color: #556EDF;
}
</style>
background-color css
<style>
a { background-color: #556EDF; }
a { background-color: rgb(85,110,223); }
div.DivClassName
{
background-color: #556EDF;
}
.BgClassName
{
background-color: #556EDF;
}
</style>
border-color css
<style>
span { border-color: #556EDF; }
span { border-color: rgb(85,110,223); }
td.TdClassName
{
border-color: #556EDF;
}
.TagClassName
{
border-color: #556EDF;
}
</style>