Shades of Royal Blue #566FFA
Tints of Royal Blue #566FFA
RGB
CMYK
RGB Variations
Color information
#566FFA (or 0x566FFA) is known color: Royal Blue. HEX triplet: 56, 6F and FA. RGB value is (86,111,250). Sum of RGB (Red+Green+Blue) = 86+111+250=447 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.24% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #566FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566FFA is #A99005. Grayscale: #767676. Windows color (decimal): -11112454 or 16412502. OLE color: 16412502.
HSL color Cylindrical-coordinate representation of color #566FFA: hue angle of 230.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #566FFA is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 111 | 250 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.02 |
| HSL | 230.85º | 0.94% | 0.66% | - |
| HSV(B) | 230.85º | 0.66% | 0.98% | - |
| XYZ | 26.78 | 20.25 | 92.94 | - |
| YUV | 119.37 | 201.72 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 250 | 0.66 | 0.56 | 0 | 0.02 | 230.85 | 0.94 | 0.66 |
| Hex | 56 | 6F | FA | 42 | 38 | 0 | 2 | E7 | 5E | 42 |
| Octal | 126 | 157 | 372 | 102 | 70 | 0 | 2 | 347 | 136 | 102 |
| Binary | 1010110 | 1101111 | 11111010 | 1000010 | 111000 | 0 | 10 | 11100111 | 1011110 | 1000010 |
Color Harmonies of #566FFA
Complementary color
Monochromatic Colors of #566FFA
Black with #566FFA
Text Example
Text Example
White with #566FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566FFA; }
p { color: rgb(86,111,250); }
H1.HeaderClassName
{
color: #566FFA;
}
.AnyTagClassName
{
color: #566FFA;
}
</style>
background-color css
<style>
a { background-color: #566FFA; }
a { background-color: rgb(86,111,250); }
div.DivClassName
{
background-color: #566FFA;
}
.BgClassName
{
background-color: #566FFA;
}
</style>
border-color css
<style>
span { border-color: #566FFA; }
span { border-color: rgb(86,111,250); }
td.TdClassName
{
border-color: #566FFA;
}
.TagClassName
{
border-color: #566FFA;
}
</style>