Shades of Royal Blue #566DFB
Tints of Royal Blue #566DFB
RGB
CMYK
RGB Variations
Color information
#566DFB (or 0x566DFB) is known color: Royal Blue. HEX triplet: 56, 6D and FB. RGB value is (86,109,251). Sum of RGB (Red+Green+Blue) = 86+109+251=446 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.28% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 251 (98.44% from 255 or 56.28% from 446); Max value from RGB is 251 - color contains mainly: blue. Hex color #566DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566DFB is #A99204. Grayscale: #757575. Windows color (decimal): -11112965 or 16477526. OLE color: 16477526.
HSL color Cylindrical-coordinate representation of color #566DFB: hue angle of 231.64º degrees, saturation: 0.95, 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 #566DFB is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 109 | 251 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.02 |
| HSL | 231.64º | 0.95% | 0.66% | - |
| HSV(B) | 231.64º | 0.66% | 0.98% | - |
| XYZ | 26.72 | 19.88 | 93.7 | - |
| YUV | 118.31 | 202.88 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 251 | 0.66 | 0.57 | 0 | 0.02 | 231.64 | 0.95 | 0.66 |
| Hex | 56 | 6D | FB | 42 | 39 | 0 | 2 | E8 | 5F | 42 |
| Octal | 126 | 155 | 373 | 102 | 71 | 0 | 2 | 350 | 137 | 102 |
| Binary | 1010110 | 1101101 | 11111011 | 1000010 | 111001 | 0 | 10 | 11101000 | 1011111 | 1000010 |
Color Harmonies of #566DFB
Complementary color
Monochromatic Colors of #566DFB
Black with #566DFB
Text Example
Text Example
White with #566DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DFB; }
p { color: rgb(86,109,251); }
H1.HeaderClassName
{
color: #566DFB;
}
.AnyTagClassName
{
color: #566DFB;
}
</style>
background-color css
<style>
a { background-color: #566DFB; }
a { background-color: rgb(86,109,251); }
div.DivClassName
{
background-color: #566DFB;
}
.BgClassName
{
background-color: #566DFB;
}
</style>
border-color css
<style>
span { border-color: #566DFB; }
span { border-color: rgb(86,109,251); }
td.TdClassName
{
border-color: #566DFB;
}
.TagClassName
{
border-color: #566DFB;
}
</style>