Shades of Royal Blue #556FFA
Tints of Royal Blue #556FFA
RGB
CMYK
RGB Variations
Color information
#556FFA (or 0x556FFA) is known color: Royal Blue. HEX triplet: 55, 6F and FA. RGB value is (85,111,250). Sum of RGB (Red+Green+Blue) = 85+111+250=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 250 (98.05% from 255 or 56.05% from 446); Max value from RGB is 250 - color contains mainly: blue. Hex color #556FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556FFA is #AA9005. Grayscale: #767676. Windows color (decimal): -11177990 or 16412501. OLE color: 16412501.
HSL color Cylindrical-coordinate representation of color #556FFA: hue angle of 230.55º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #556FFA is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 85 | 111 | 250 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.02 |
| HSL | 230.55º | 0.94% | 0.66% | - |
| HSV(B) | 230.55º | 0.66% | 0.98% | - |
| XYZ | 26.69 | 20.2 | 92.94 | - |
| YUV | 119.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 250 | 0.66 | 0.56 | 0 | 0.02 | 230.55 | 0.94 | 0.66 |
| Hex | 55 | 6F | FA | 42 | 38 | 0 | 2 | E7 | 5E | 42 |
| Octal | 125 | 157 | 372 | 102 | 70 | 0 | 2 | 347 | 136 | 102 |
| Binary | 1010101 | 1101111 | 11111010 | 1000010 | 111000 | 0 | 10 | 11100111 | 1011110 | 1000010 |
Color Harmonies of #556FFA
Complementary color
Monochromatic Colors of #556FFA
Black with #556FFA
Text Example
Text Example
White with #556FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556FFA; }
p { color: rgb(85,111,250); }
H1.HeaderClassName
{
color: #556FFA;
}
.AnyTagClassName
{
color: #556FFA;
}
</style>
background-color css
<style>
a { background-color: #556FFA; }
a { background-color: rgb(85,111,250); }
div.DivClassName
{
background-color: #556FFA;
}
.BgClassName
{
background-color: #556FFA;
}
</style>
border-color css
<style>
span { border-color: #556FFA; }
span { border-color: rgb(85,111,250); }
td.TdClassName
{
border-color: #556FFA;
}
.TagClassName
{
border-color: #556FFA;
}
</style>