Shades of Royal Blue #565FE9
Tints of Royal Blue #565FE9
RGB
CMYK
RGB Variations
Color information
#565FE9 (or 0x565FE9) is known color: Royal Blue. HEX triplet: 56, 5F and E9. RGB value is (86,95,233). Sum of RGB (Red+Green+Blue) = 86+95+233=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 95 (37.5% from 255 or 22.95% from 414); Blue value is 233 (91.41% from 255 or 56.28% from 414); Max value from RGB is 233 - color contains mainly: blue. Hex color #565FE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565FE9 is #A9A016. Grayscale: #6B6B6B. Windows color (decimal): -11116567 or 15294294. OLE color: 15294294.
HSL color Cylindrical-coordinate representation of color #565FE9: hue angle of 236.33º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565FE9 is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 95 | 233 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.09 |
| HSL | 236.33º | 0.77% | 0.63% | - |
| HSV(B) | 236.33º | 0.63% | 0.91% | - |
| XYZ | 22.64 | 16.05 | 78.99 | - |
| YUV | 108.04 | 198.52 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 95 | 233 | 0.63 | 0.59 | 0 | 0.09 | 236.33 | 0.77 | 0.63 |
| Hex | 56 | 5F | E9 | 3F | 3B | 0 | 9 | EC | 4D | 3F |
| Octal | 126 | 137 | 351 | 77 | 73 | 0 | 11 | 354 | 115 | 77 |
| Binary | 1010110 | 1011111 | 11101001 | 111111 | 111011 | 0 | 1001 | 11101100 | 1001101 | 111111 |
Color Harmonies of #565FE9
Complementary color
Monochromatic Colors of #565FE9
Black with #565FE9
Text Example
Text Example
White with #565FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565FE9; }
p { color: rgb(86,95,233); }
H1.HeaderClassName
{
color: #565FE9;
}
.AnyTagClassName
{
color: #565FE9;
}
</style>
background-color css
<style>
a { background-color: #565FE9; }
a { background-color: rgb(86,95,233); }
div.DivClassName
{
background-color: #565FE9;
}
.BgClassName
{
background-color: #565FE9;
}
</style>
border-color css
<style>
span { border-color: #565FE9; }
span { border-color: rgb(86,95,233); }
td.TdClassName
{
border-color: #565FE9;
}
.TagClassName
{
border-color: #565FE9;
}
</style>