Shades of Royal Blue #556EF1
Tints of Royal Blue #556EF1
RGB
CMYK
RGB Variations
Color information
#556EF1 (or 0x556EF1) is known color: Royal Blue. HEX triplet: 55, 6E and F1. RGB value is (85,110,241). Sum of RGB (Red+Green+Blue) = 85+110+241=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #556EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556EF1 is #AA910E. Grayscale: #747474. Windows color (decimal): -11178255 or 15822421. OLE color: 15822421.
HSL color Cylindrical-coordinate representation of color #556EF1: hue angle of 230.38º 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 #556EF1 is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 110 | 241 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.05 |
| HSL | 230.38º | 0.85% | 0.64% | - |
| HSV(B) | 230.38º | 0.65% | 0.95% | - |
| XYZ | 25.2 | 19.43 | 85.64 | - |
| YUV | 117.46 | 197.72 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 110 | 241 | 0.65 | 0.54 | 0 | 0.05 | 230.38 | 0.85 | 0.64 |
| Hex | 55 | 6E | F1 | 41 | 36 | 0 | 5 | E6 | 55 | 40 |
| Octal | 125 | 156 | 361 | 101 | 66 | 0 | 5 | 346 | 125 | 100 |
| Binary | 1010101 | 1101110 | 11110001 | 1000001 | 110110 | 0 | 101 | 11100110 | 1010101 | 1000000 |
Color Harmonies of #556EF1
Complementary color
Monochromatic Colors of #556EF1
Black with #556EF1
Text Example
Text Example
White with #556EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556EF1; }
p { color: rgb(85,110,241); }
H1.HeaderClassName
{
color: #556EF1;
}
.AnyTagClassName
{
color: #556EF1;
}
</style>
background-color css
<style>
a { background-color: #556EF1; }
a { background-color: rgb(85,110,241); }
div.DivClassName
{
background-color: #556EF1;
}
.BgClassName
{
background-color: #556EF1;
}
</style>
border-color css
<style>
span { border-color: #556EF1; }
span { border-color: rgb(85,110,241); }
td.TdClassName
{
border-color: #556EF1;
}
.TagClassName
{
border-color: #556EF1;
}
</style>