Shades of Royal Blue #566DEF
Tints of Royal Blue #566DEF
RGB
CMYK
RGB Variations
Color information
#566DEF (or 0x566DEF) is known color: Royal Blue. HEX triplet: 56, 6D and EF. RGB value is (86,109,239). Sum of RGB (Red+Green+Blue) = 86+109+239=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #566DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566DEF is #A99210. Grayscale: #747474. Windows color (decimal): -11112977 or 15691094. OLE color: 15691094.
HSL color Cylindrical-coordinate representation of color #566DEF: hue angle of 230.98º 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 #566DEF is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 109 | 239 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.06 |
| HSL | 230.98º | 0.83% | 0.64% | - |
| HSV(B) | 230.98º | 0.64% | 0.94% | - |
| XYZ | 24.89 | 19.15 | 84.05 | - |
| YUV | 116.94 | 196.88 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 239 | 0.64 | 0.54 | 0 | 0.06 | 230.98 | 0.83 | 0.64 |
| Hex | 56 | 6D | EF | 40 | 36 | 0 | 6 | E7 | 53 | 40 |
| Octal | 126 | 155 | 357 | 100 | 66 | 0 | 6 | 347 | 123 | 100 |
| Binary | 1010110 | 1101101 | 11101111 | 1000000 | 110110 | 0 | 110 | 11100111 | 1010011 | 1000000 |
Color Harmonies of #566DEF
Complementary color
Monochromatic Colors of #566DEF
Black with #566DEF
Text Example
Text Example
White with #566DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DEF; }
p { color: rgb(86,109,239); }
H1.HeaderClassName
{
color: #566DEF;
}
.AnyTagClassName
{
color: #566DEF;
}
</style>
background-color css
<style>
a { background-color: #566DEF; }
a { background-color: rgb(86,109,239); }
div.DivClassName
{
background-color: #566DEF;
}
.BgClassName
{
background-color: #566DEF;
}
</style>
border-color css
<style>
span { border-color: #566DEF; }
span { border-color: rgb(86,109,239); }
td.TdClassName
{
border-color: #566DEF;
}
.TagClassName
{
border-color: #566DEF;
}
</style>