Shades of Royal Blue #566DF0
Tints of Royal Blue #566DF0
RGB
CMYK
RGB Variations
Color information
#566DF0 (or 0x566DF0) is known color: Royal Blue. HEX triplet: 56, 6D and F0. RGB value is (86,109,240). Sum of RGB (Red+Green+Blue) = 86+109+240=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #566DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566DF0 is #A9920F. Grayscale: #747474. Windows color (decimal): -11112976 or 15756630. OLE color: 15756630.
HSL color Cylindrical-coordinate representation of color #566DF0: hue angle of 231.04º degrees, saturation: 0.84, 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 #566DF0 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 109 | 240 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.06 |
| HSL | 231.04º | 0.84% | 0.64% | - |
| HSV(B) | 231.04º | 0.64% | 0.94% | - |
| XYZ | 25.03 | 19.21 | 84.83 | - |
| YUV | 117.06 | 197.38 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 240 | 0.64 | 0.55 | 0 | 0.06 | 231.04 | 0.84 | 0.64 |
| Hex | 56 | 6D | F0 | 40 | 37 | 0 | 6 | E7 | 54 | 40 |
| Octal | 126 | 155 | 360 | 100 | 67 | 0 | 6 | 347 | 124 | 100 |
| Binary | 1010110 | 1101101 | 11110000 | 1000000 | 110111 | 0 | 110 | 11100111 | 1010100 | 1000000 |
Color Harmonies of #566DF0
Complementary color
Monochromatic Colors of #566DF0
Black with #566DF0
Text Example
Text Example
White with #566DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DF0; }
p { color: rgb(86,109,240); }
H1.HeaderClassName
{
color: #566DF0;
}
.AnyTagClassName
{
color: #566DF0;
}
</style>
background-color css
<style>
a { background-color: #566DF0; }
a { background-color: rgb(86,109,240); }
div.DivClassName
{
background-color: #566DF0;
}
.BgClassName
{
background-color: #566DF0;
}
</style>
border-color css
<style>
span { border-color: #566DF0; }
span { border-color: rgb(86,109,240); }
td.TdClassName
{
border-color: #566DF0;
}
.TagClassName
{
border-color: #566DF0;
}
</style>