Shades of Royal Blue #565EDF
Tints of Royal Blue #565EDF
RGB
CMYK
RGB Variations
Color information
#565EDF (or 0x565EDF) is known color: Royal Blue. HEX triplet: 56, 5E and DF. RGB value is (86,94,223). Sum of RGB (Red+Green+Blue) = 86+94+223=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 94 (37.11% from 255 or 23.33% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #565EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565EDF is #A9A120. Grayscale: #696969. Windows color (decimal): -11116833 or 14638678. OLE color: 14638678.
HSL color Cylindrical-coordinate representation of color #565EDF: hue angle of 236.5º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565EDF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 94 | 223 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.13 |
| HSL | 236.5º | 0.68% | 0.61% | - |
| HSV(B) | 236.5º | 0.61% | 0.87% | - |
| XYZ | 21.16 | 15.31 | 71.65 | - |
| YUV | 106.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 94 | 223 | 0.61 | 0.58 | 0 | 0.13 | 236.5 | 0.68 | 0.61 |
| Hex | 56 | 5E | DF | 3D | 3A | 0 | D | EC | 44 | 3D |
| Octal | 126 | 136 | 337 | 75 | 72 | 0 | 15 | 354 | 104 | 75 |
| Binary | 1010110 | 1011110 | 11011111 | 111101 | 111010 | 0 | 1101 | 11101100 | 1000100 | 111101 |
Color Harmonies of #565EDF
Complementary color
Monochromatic Colors of #565EDF
Black with #565EDF
Text Example
Text Example
White with #565EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565EDF; }
p { color: rgb(86,94,223); }
H1.HeaderClassName
{
color: #565EDF;
}
.AnyTagClassName
{
color: #565EDF;
}
</style>
background-color css
<style>
a { background-color: #565EDF; }
a { background-color: rgb(86,94,223); }
div.DivClassName
{
background-color: #565EDF;
}
.BgClassName
{
background-color: #565EDF;
}
</style>
border-color css
<style>
span { border-color: #565EDF; }
span { border-color: rgb(86,94,223); }
td.TdClassName
{
border-color: #565EDF;
}
.TagClassName
{
border-color: #565EDF;
}
</style>