Shades of Royal Blue #556FE0
Tints of Royal Blue #556FE0
RGB
CMYK
RGB Variations
Color information
#556FE0 (or 0x556FE0) is known color: Royal Blue. HEX triplet: 55, 6F and E0. RGB value is (85,111,224). Sum of RGB (Red+Green+Blue) = 85+111+224=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 224 (87.89% from 255 or 53.33% from 420); Max value from RGB is 224 - color contains mainly: blue. Hex color #556FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #556FE0 is #AA901F. Grayscale: #737373. Windows color (decimal): -11178016 or 14708565. OLE color: 14708565.
HSL color Cylindrical-coordinate representation of color #556FE0: hue angle of 228.78º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #556FE0 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 111 | 224 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.12 |
| HSL | 228.78º | 0.69% | 0.61% | - |
| HSV(B) | 228.78º | 0.62% | 0.88% | - |
| XYZ | 22.89 | 18.68 | 72.92 | - |
| YUV | 116.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 224 | 0.62 | 0.50 | 0 | 0.12 | 228.78 | 0.69 | 0.61 |
| Hex | 55 | 6F | E0 | 3E | 32 | 0 | C | E5 | 45 | 3D |
| Octal | 125 | 157 | 340 | 76 | 62 | 0 | 14 | 345 | 105 | 75 |
| Binary | 1010101 | 1101111 | 11100000 | 111110 | 110010 | 0 | 1100 | 11100101 | 1000101 | 111101 |
Color Harmonies of #556FE0
Complementary color
Monochromatic Colors of #556FE0
Black with #556FE0
Text Example
Text Example
White with #556FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FE0; }
p { color: rgb(85,111,224); }
H1.HeaderClassName
{
color: #556FE0;
}
.AnyTagClassName
{
color: #556FE0;
}
</style>
background-color css
<style>
a { background-color: #556FE0; }
a { background-color: rgb(85,111,224); }
div.DivClassName
{
background-color: #556FE0;
}
.BgClassName
{
background-color: #556FE0;
}
</style>
border-color css
<style>
span { border-color: #556FE0; }
span { border-color: rgb(85,111,224); }
td.TdClassName
{
border-color: #556FE0;
}
.TagClassName
{
border-color: #556FE0;
}
</style>