Shades of Royal Blue #556AF2
Tints of Royal Blue #556AF2
RGB
CMYK
RGB Variations
Color information
#556AF2 (or 0x556AF2) is known color: Royal Blue. HEX triplet: 55, 6A and F2. RGB value is (85,106,242). Sum of RGB (Red+Green+Blue) = 85+106+242=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 242 (94.92% from 255 or 55.89% from 433); Max value from RGB is 242 - color contains mainly: blue. Hex color #556AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556AF2 is #AA950D. Grayscale: #727272. Windows color (decimal): -11179278 or 15886933. OLE color: 15886933.
HSL color Cylindrical-coordinate representation of color #556AF2: hue angle of 231.97º degrees, saturation: 0.86, 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 #556AF2 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 85 | 106 | 242 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.05 |
| HSL | 231.97º | 0.86% | 0.64% | - |
| HSV(B) | 231.97º | 0.65% | 0.95% | - |
| XYZ | 24.93 | 18.65 | 86.29 | - |
| YUV | 115.23 | 199.54 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 106 | 242 | 0.65 | 0.56 | 0 | 0.05 | 231.97 | 0.86 | 0.64 |
| Hex | 55 | 6A | F2 | 41 | 38 | 0 | 5 | E8 | 56 | 40 |
| Octal | 125 | 152 | 362 | 101 | 70 | 0 | 5 | 350 | 126 | 100 |
| Binary | 1010101 | 1101010 | 11110010 | 1000001 | 111000 | 0 | 101 | 11101000 | 1010110 | 1000000 |
Color Harmonies of #556AF2
Complementary color
Monochromatic Colors of #556AF2
Black with #556AF2
Text Example
Text Example
White with #556AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556AF2; }
p { color: rgb(85,106,242); }
H1.HeaderClassName
{
color: #556AF2;
}
.AnyTagClassName
{
color: #556AF2;
}
</style>
background-color css
<style>
a { background-color: #556AF2; }
a { background-color: rgb(85,106,242); }
div.DivClassName
{
background-color: #556AF2;
}
.BgClassName
{
background-color: #556AF2;
}
</style>
border-color css
<style>
span { border-color: #556AF2; }
span { border-color: rgb(85,106,242); }
td.TdClassName
{
border-color: #556AF2;
}
.TagClassName
{
border-color: #556AF2;
}
</style>