Shades of Royal Blue #566CF2
Tints of Royal Blue #566CF2
RGB
CMYK
RGB Variations
Color information
#566CF2 (or 0x566CF2) is known color: Royal Blue. HEX triplet: 56, 6C and F2. RGB value is (86,108,242). Sum of RGB (Red+Green+Blue) = 86+108+242=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 242 (94.92% from 255 or 55.50% from 436); Max value from RGB is 242 - color contains mainly: blue. Hex color #566CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566CF2 is #A9930D. Grayscale: #747474. Windows color (decimal): -11113230 or 15887446. OLE color: 15887446.
HSL color Cylindrical-coordinate representation of color #566CF2: hue angle of 231.54º degrees, saturation: 0.86, 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 #566CF2 is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 108 | 242 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.05 |
| HSL | 231.54º | 0.86% | 0.64% | - |
| HSV(B) | 231.54º | 0.64% | 0.95% | - |
| XYZ | 25.23 | 19.11 | 86.36 | - |
| YUV | 116.7 | 198.71 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 242 | 0.64 | 0.55 | 0 | 0.05 | 231.54 | 0.86 | 0.64 |
| Hex | 56 | 6C | F2 | 40 | 37 | 0 | 5 | E8 | 56 | 40 |
| Octal | 126 | 154 | 362 | 100 | 67 | 0 | 5 | 350 | 126 | 100 |
| Binary | 1010110 | 1101100 | 11110010 | 1000000 | 110111 | 0 | 101 | 11101000 | 1010110 | 1000000 |
Color Harmonies of #566CF2
Complementary color
Monochromatic Colors of #566CF2
Black with #566CF2
Text Example
Text Example
White with #566CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CF2; }
p { color: rgb(86,108,242); }
H1.HeaderClassName
{
color: #566CF2;
}
.AnyTagClassName
{
color: #566CF2;
}
</style>
background-color css
<style>
a { background-color: #566CF2; }
a { background-color: rgb(86,108,242); }
div.DivClassName
{
background-color: #566CF2;
}
.BgClassName
{
background-color: #566CF2;
}
</style>
border-color css
<style>
span { border-color: #566CF2; }
span { border-color: rgb(86,108,242); }
td.TdClassName
{
border-color: #566CF2;
}
.TagClassName
{
border-color: #566CF2;
}
</style>