Shades of Royal Blue #566AF0
Tints of Royal Blue #566AF0
RGB
CMYK
RGB Variations
Color information
#566AF0 (or 0x566AF0) is known color: Royal Blue. HEX triplet: 56, 6A and F0. RGB value is (86,106,240). Sum of RGB (Red+Green+Blue) = 86+106+240=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 106 (41.80% from 255 or 24.54% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #566AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566AF0 is #A9950F. Grayscale: #727272. Windows color (decimal): -11113744 or 15755862. OLE color: 15755862.
HSL color Cylindrical-coordinate representation of color #566AF0: hue angle of 232.21º 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 #566AF0 is Cyan = 0.64, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 106 | 240 | - |
| CMYK | 0.64 | 0.56 | 0 | 0.06 |
| HSL | 232.21º | 0.84% | 0.64% | - |
| HSV(B) | 232.21º | 0.64% | 0.94% | - |
| XYZ | 24.72 | 18.58 | 84.72 | - |
| YUV | 115.3 | 198.37 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 106 | 240 | 0.64 | 0.56 | 0 | 0.06 | 232.21 | 0.84 | 0.64 |
| Hex | 56 | 6A | F0 | 40 | 38 | 0 | 6 | E8 | 54 | 40 |
| Octal | 126 | 152 | 360 | 100 | 70 | 0 | 6 | 350 | 124 | 100 |
| Binary | 1010110 | 1101010 | 11110000 | 1000000 | 111000 | 0 | 110 | 11101000 | 1010100 | 1000000 |
Color Harmonies of #566AF0
Complementary color
Monochromatic Colors of #566AF0
Black with #566AF0
Text Example
Text Example
White with #566AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566AF0; }
p { color: rgb(86,106,240); }
H1.HeaderClassName
{
color: #566AF0;
}
.AnyTagClassName
{
color: #566AF0;
}
</style>
background-color css
<style>
a { background-color: #566AF0; }
a { background-color: rgb(86,106,240); }
div.DivClassName
{
background-color: #566AF0;
}
.BgClassName
{
background-color: #566AF0;
}
</style>
border-color css
<style>
span { border-color: #566AF0; }
span { border-color: rgb(86,106,240); }
td.TdClassName
{
border-color: #566AF0;
}
.TagClassName
{
border-color: #566AF0;
}
</style>