Shades of Royal Blue #566DDF
Tints of Royal Blue #566DDF
RGB
CMYK
RGB Variations
Color information
#566DDF (or 0x566DDF) is known color: Royal Blue. HEX triplet: 56, 6D and DF. RGB value is (86,109,223). Sum of RGB (Red+Green+Blue) = 86+109+223=418 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.57% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #566DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DDF is #A99220. Grayscale: #727272. Windows color (decimal): -11112993 or 14642518. OLE color: 14642518.
HSL color Cylindrical-coordinate representation of color #566DDF: hue angle of 229.93º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #566DDF is Cyan = 0.61, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 109 | 223 | - |
| CMYK | 0.61 | 0.51 | 0 | 0.13 |
| HSL | 229.93º | 0.68% | 0.61% | - |
| HSV(B) | 229.93º | 0.61% | 0.87% | - |
| XYZ | 22.63 | 18.24 | 72.14 | - |
| YUV | 115.12 | 188.88 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 223 | 0.61 | 0.51 | 0 | 0.13 | 229.93 | 0.68 | 0.61 |
| Hex | 56 | 6D | DF | 3D | 33 | 0 | D | E6 | 44 | 3D |
| Octal | 126 | 155 | 337 | 75 | 63 | 0 | 15 | 346 | 104 | 75 |
| Binary | 1010110 | 1101101 | 11011111 | 111101 | 110011 | 0 | 1101 | 11100110 | 1000100 | 111101 |
Color Harmonies of #566DDF
Complementary color
Monochromatic Colors of #566DDF
Black with #566DDF
Text Example
Text Example
White with #566DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DDF; }
p { color: rgb(86,109,223); }
H1.HeaderClassName
{
color: #566DDF;
}
.AnyTagClassName
{
color: #566DDF;
}
</style>
background-color css
<style>
a { background-color: #566DDF; }
a { background-color: rgb(86,109,223); }
div.DivClassName
{
background-color: #566DDF;
}
.BgClassName
{
background-color: #566DDF;
}
</style>
border-color css
<style>
span { border-color: #566DDF; }
span { border-color: rgb(86,109,223); }
td.TdClassName
{
border-color: #566DDF;
}
.TagClassName
{
border-color: #566DDF;
}
</style>