Shades of Royal Blue #556FDF
Tints of Royal Blue #556FDF
RGB
CMYK
RGB Variations
Color information
#556FDF (or 0x556FDF) is known color: Royal Blue. HEX triplet: 55, 6F and DF. RGB value is (85,111,223). Sum of RGB (Red+Green+Blue) = 85+111+223=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #556FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FDF is #AA9020. Grayscale: #737373. Windows color (decimal): -11178017 or 14643029. OLE color: 14643029.
HSL color Cylindrical-coordinate representation of color #556FDF: hue angle of 228.7º 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 #556FDF is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 111 | 223 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.13 |
| HSL | 228.7º | 0.68% | 0.6% | - |
| HSV(B) | 228.7º | 0.62% | 0.87% | - |
| XYZ | 22.75 | 18.63 | 72.21 | - |
| YUV | 115.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 223 | 0.62 | 0.50 | 0 | 0.13 | 228.7 | 0.68 | 0.6 |
| Hex | 55 | 6F | DF | 3E | 32 | 0 | D | E5 | 44 | 3C |
| Octal | 125 | 157 | 337 | 76 | 62 | 0 | 15 | 345 | 104 | 74 |
| Binary | 1010101 | 1101111 | 11011111 | 111110 | 110010 | 0 | 1101 | 11100101 | 1000100 | 111100 |
Color Harmonies of #556FDF
Complementary color
Monochromatic Colors of #556FDF
Black with #556FDF
Text Example
Text Example
White with #556FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FDF; }
p { color: rgb(85,111,223); }
H1.HeaderClassName
{
color: #556FDF;
}
.AnyTagClassName
{
color: #556FDF;
}
</style>
background-color css
<style>
a { background-color: #556FDF; }
a { background-color: rgb(85,111,223); }
div.DivClassName
{
background-color: #556FDF;
}
.BgClassName
{
background-color: #556FDF;
}
</style>
border-color css
<style>
span { border-color: #556FDF; }
span { border-color: rgb(85,111,223); }
td.TdClassName
{
border-color: #556FDF;
}
.TagClassName
{
border-color: #556FDF;
}
</style>