Shades of Royal Blue #556DF1
Tints of Royal Blue #556DF1
RGB
CMYK
RGB Variations
Color information
#556DF1 (or 0x556DF1) is known color: Royal Blue. HEX triplet: 55, 6D and F1. RGB value is (85,109,241). Sum of RGB (Red+Green+Blue) = 85+109+241=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #556DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556DF1 is #AA920E. Grayscale: #747474. Windows color (decimal): -11178511 or 15822165. OLE color: 15822165.
HSL color Cylindrical-coordinate representation of color #556DF1: hue angle of 230.77º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #556DF1 is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 109 | 241 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.05 |
| HSL | 230.77º | 0.85% | 0.64% | - |
| HSV(B) | 230.77º | 0.65% | 0.95% | - |
| XYZ | 25.09 | 19.22 | 85.61 | - |
| YUV | 116.87 | 198.05 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 109 | 241 | 0.65 | 0.55 | 0 | 0.05 | 230.77 | 0.85 | 0.64 |
| Hex | 55 | 6D | F1 | 41 | 37 | 0 | 5 | E7 | 55 | 40 |
| Octal | 125 | 155 | 361 | 101 | 67 | 0 | 5 | 347 | 125 | 100 |
| Binary | 1010101 | 1101101 | 11110001 | 1000001 | 110111 | 0 | 101 | 11100111 | 1010101 | 1000000 |
Color Harmonies of #556DF1
Complementary color
Monochromatic Colors of #556DF1
Black with #556DF1
Text Example
Text Example
White with #556DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556DF1; }
p { color: rgb(85,109,241); }
H1.HeaderClassName
{
color: #556DF1;
}
.AnyTagClassName
{
color: #556DF1;
}
</style>
background-color css
<style>
a { background-color: #556DF1; }
a { background-color: rgb(85,109,241); }
div.DivClassName
{
background-color: #556DF1;
}
.BgClassName
{
background-color: #556DF1;
}
</style>
border-color css
<style>
span { border-color: #556DF1; }
span { border-color: rgb(85,109,241); }
td.TdClassName
{
border-color: #556DF1;
}
.TagClassName
{
border-color: #556DF1;
}
</style>