Shades of Royal Blue #567EDD
Tints of Royal Blue #567EDD
RGB
CMYK
RGB Variations
Color information
#567EDD (or 0x567EDD) is known color: Royal Blue. HEX triplet: 56, 7E and DD. RGB value is (86,126,221). Sum of RGB (Red+Green+Blue) = 86+126+221=433 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.86% from 433); Green value is 126 (49.61% from 255 or 29.10% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #567EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567EDD is #A98122. Grayscale: #7C7C7C. Windows color (decimal): -11108643 or 14515798. OLE color: 14515798.
HSL color Cylindrical-coordinate representation of color #567EDD: hue angle of 222.22º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567EDD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 126 | 221 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.13 |
| HSL | 222.22º | 0.67% | 0.6% | - |
| HSV(B) | 222.22º | 0.61% | 0.87% | - |
| XYZ | 24.35 | 22.12 | 71.39 | - |
| YUV | 124.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 126 | 221 | 0.61 | 0.43 | 0 | 0.13 | 222.22 | 0.67 | 0.6 |
| Hex | 56 | 7E | DD | 3D | 2B | 0 | D | DE | 43 | 3C |
| Octal | 126 | 176 | 335 | 75 | 53 | 0 | 15 | 336 | 103 | 74 |
| Binary | 1010110 | 1111110 | 11011101 | 111101 | 101011 | 0 | 1101 | 11011110 | 1000011 | 111100 |
Color Harmonies of #567EDD
Complementary color
Monochromatic Colors of #567EDD
Black with #567EDD
Text Example
Text Example
White with #567EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567EDD; }
p { color: rgb(86,126,221); }
H1.HeaderClassName
{
color: #567EDD;
}
.AnyTagClassName
{
color: #567EDD;
}
</style>
background-color css
<style>
a { background-color: #567EDD; }
a { background-color: rgb(86,126,221); }
div.DivClassName
{
background-color: #567EDD;
}
.BgClassName
{
background-color: #567EDD;
}
</style>
border-color css
<style>
span { border-color: #567EDD; }
span { border-color: rgb(86,126,221); }
td.TdClassName
{
border-color: #567EDD;
}
.TagClassName
{
border-color: #567EDD;
}
</style>