Shades of Royal Blue #566CF1
Tints of Royal Blue #566CF1
RGB
CMYK
RGB Variations
Color information
#566CF1 (or 0x566CF1) is known color: Royal Blue. HEX triplet: 56, 6C and F1. RGB value is (86,108,241). Sum of RGB (Red+Green+Blue) = 86+108+241=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #566CF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566CF1 is #A9930E. Grayscale: #747474. Windows color (decimal): -11113231 or 15821910. OLE color: 15821910.
HSL color Cylindrical-coordinate representation of color #566CF1: hue angle of 231.48º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #566CF1 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 108 | 241 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.05 |
| HSL | 231.48º | 0.85% | 0.64% | - |
| HSV(B) | 231.48º | 0.64% | 0.95% | - |
| XYZ | 25.08 | 19.05 | 85.58 | - |
| YUV | 116.58 | 198.21 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 241 | 0.64 | 0.55 | 0 | 0.05 | 231.48 | 0.85 | 0.64 |
| Hex | 56 | 6C | F1 | 40 | 37 | 0 | 5 | E7 | 55 | 40 |
| Octal | 126 | 154 | 361 | 100 | 67 | 0 | 5 | 347 | 125 | 100 |
| Binary | 1010110 | 1101100 | 11110001 | 1000000 | 110111 | 0 | 101 | 11100111 | 1010101 | 1000000 |
Color Harmonies of #566CF1
Complementary color
Monochromatic Colors of #566CF1
Black with #566CF1
Text Example
Text Example
White with #566CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CF1; }
p { color: rgb(86,108,241); }
H1.HeaderClassName
{
color: #566CF1;
}
.AnyTagClassName
{
color: #566CF1;
}
</style>
background-color css
<style>
a { background-color: #566CF1; }
a { background-color: rgb(86,108,241); }
div.DivClassName
{
background-color: #566CF1;
}
.BgClassName
{
background-color: #566CF1;
}
</style>
border-color css
<style>
span { border-color: #566CF1; }
span { border-color: rgb(86,108,241); }
td.TdClassName
{
border-color: #566CF1;
}
.TagClassName
{
border-color: #566CF1;
}
</style>