Shades of Royal Blue #556BEF
Tints of Royal Blue #556BEF
RGB
CMYK
RGB Variations
Color information
#556BEF (or 0x556BEF) is known color: Royal Blue. HEX triplet: 55, 6B and EF. RGB value is (85,107,239). Sum of RGB (Red+Green+Blue) = 85+107+239=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #556BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #556BEF is #AA9410. Grayscale: #727272. Windows color (decimal): -11179025 or 15690581. OLE color: 15690581.
HSL color Cylindrical-coordinate representation of color #556BEF: hue angle of 231.43º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #556BEF is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 85 | 107 | 239 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.06 |
| HSL | 231.43º | 0.83% | 0.64% | - |
| HSV(B) | 231.43º | 0.64% | 0.94% | - |
| XYZ | 24.58 | 18.68 | 83.97 | - |
| YUV | 115.47 | 197.71 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 107 | 239 | 0.64 | 0.55 | 0 | 0.06 | 231.43 | 0.83 | 0.64 |
| Hex | 55 | 6B | EF | 40 | 37 | 0 | 6 | E7 | 53 | 40 |
| Octal | 125 | 153 | 357 | 100 | 67 | 0 | 6 | 347 | 123 | 100 |
| Binary | 1010101 | 1101011 | 11101111 | 1000000 | 110111 | 0 | 110 | 11100111 | 1010011 | 1000000 |
Color Harmonies of #556BEF
Complementary color
Monochromatic Colors of #556BEF
Black with #556BEF
Text Example
Text Example
White with #556BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556BEF; }
p { color: rgb(85,107,239); }
H1.HeaderClassName
{
color: #556BEF;
}
.AnyTagClassName
{
color: #556BEF;
}
</style>
background-color css
<style>
a { background-color: #556BEF; }
a { background-color: rgb(85,107,239); }
div.DivClassName
{
background-color: #556BEF;
}
.BgClassName
{
background-color: #556BEF;
}
</style>
border-color css
<style>
span { border-color: #556BEF; }
span { border-color: rgb(85,107,239); }
td.TdClassName
{
border-color: #556BEF;
}
.TagClassName
{
border-color: #556BEF;
}
</style>