Shades of Royal Blue #566ED7
Tints of Royal Blue #566ED7
RGB
CMYK
RGB Variations
Color information
#566ED7 (or 0x566ED7) is known color: Royal Blue. HEX triplet: 56, 6E and D7. RGB value is (86,110,215). Sum of RGB (Red+Green+Blue) = 86+110+215=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #566ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566ED7 is #A99128. Grayscale: #727272. Windows color (decimal): -11112745 or 14118486. OLE color: 14118486.
HSL color Cylindrical-coordinate representation of color #566ED7: hue angle of 228.84º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #566ED7 is Cyan = 0.6, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 110 | 215 | - |
| CMYK | 0.6 | 0.49 | 0 | 0.16 |
| HSL | 228.84º | 0.62% | 0.59% | - |
| HSV(B) | 228.84º | 0.6% | 0.84% | - |
| XYZ | 21.68 | 18.04 | 66.63 | - |
| YUV | 114.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 215 | 0.6 | 0.49 | 0 | 0.16 | 228.84 | 0.62 | 0.59 |
| Hex | 56 | 6E | D7 | 3C | 31 | 0 | 10 | E5 | 3E | 3B |
| Octal | 126 | 156 | 327 | 74 | 61 | 0 | 20 | 345 | 76 | 73 |
| Binary | 1010110 | 1101110 | 11010111 | 111100 | 110001 | 0 | 10000 | 11100101 | 111110 | 111011 |
Color Harmonies of #566ED7
Complementary color
Monochromatic Colors of #566ED7
Black with #566ED7
Text Example
Text Example
White with #566ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566ED7; }
p { color: rgb(86,110,215); }
H1.HeaderClassName
{
color: #566ED7;
}
.AnyTagClassName
{
color: #566ED7;
}
</style>
background-color css
<style>
a { background-color: #566ED7; }
a { background-color: rgb(86,110,215); }
div.DivClassName
{
background-color: #566ED7;
}
.BgClassName
{
background-color: #566ED7;
}
</style>
border-color css
<style>
span { border-color: #566ED7; }
span { border-color: rgb(86,110,215); }
td.TdClassName
{
border-color: #566ED7;
}
.TagClassName
{
border-color: #566ED7;
}
</style>