Shades of Royal Blue #566FED
Tints of Royal Blue #566FED
RGB
CMYK
RGB Variations
Color information
#566FED (or 0x566FED) is known color: Royal Blue. HEX triplet: 56, 6F and ED. RGB value is (86,111,237). Sum of RGB (Red+Green+Blue) = 86+111+237=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #566FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566FED is #A99012. Grayscale: #757575. Windows color (decimal): -11112467 or 15560534. OLE color: 15560534.
HSL color Cylindrical-coordinate representation of color #566FED: hue angle of 230.07º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566FED is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 111 | 237 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.07 |
| HSL | 230.07º | 0.81% | 0.63% | - |
| HSV(B) | 230.07º | 0.64% | 0.93% | - |
| XYZ | 24.81 | 19.46 | 82.57 | - |
| YUV | 117.89 | 195.22 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 237 | 0.64 | 0.53 | 0 | 0.07 | 230.07 | 0.81 | 0.63 |
| Hex | 56 | 6F | ED | 40 | 35 | 0 | 7 | E6 | 51 | 3F |
| Octal | 126 | 157 | 355 | 100 | 65 | 0 | 7 | 346 | 121 | 77 |
| Binary | 1010110 | 1101111 | 11101101 | 1000000 | 110101 | 0 | 111 | 11100110 | 1010001 | 111111 |
Color Harmonies of #566FED
Complementary color
Monochromatic Colors of #566FED
Black with #566FED
Text Example
Text Example
White with #566FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566FED; }
p { color: rgb(86,111,237); }
H1.HeaderClassName
{
color: #566FED;
}
.AnyTagClassName
{
color: #566FED;
}
</style>
background-color css
<style>
a { background-color: #566FED; }
a { background-color: rgb(86,111,237); }
div.DivClassName
{
background-color: #566FED;
}
.BgClassName
{
background-color: #566FED;
}
</style>
border-color css
<style>
span { border-color: #566FED; }
span { border-color: rgb(86,111,237); }
td.TdClassName
{
border-color: #566FED;
}
.TagClassName
{
border-color: #566FED;
}
</style>