Shades of Royal Blue #567CDE
Tints of Royal Blue #567CDE
RGB
CMYK
RGB Variations
Color information
#567CDE (or 0x567CDE) is known color: Royal Blue. HEX triplet: 56, 7C and DE. RGB value is (86,124,222). Sum of RGB (Red+Green+Blue) = 86+124+222=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #567CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CDE is #A98321. Grayscale: #7B7B7B. Windows color (decimal): -11109154 or 14580822. OLE color: 14580822.
HSL color Cylindrical-coordinate representation of color #567CDE: hue angle of 223.24º 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 #567CDE is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 124 | 222 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.13 |
| HSL | 223.24º | 0.67% | 0.6% | - |
| HSV(B) | 223.24º | 0.61% | 0.87% | - |
| XYZ | 24.23 | 21.67 | 72.01 | - |
| YUV | 123.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 222 | 0.61 | 0.44 | 0 | 0.13 | 223.24 | 0.67 | 0.6 |
| Hex | 56 | 7C | DE | 3D | 2C | 0 | D | DF | 43 | 3C |
| Octal | 126 | 174 | 336 | 75 | 54 | 0 | 15 | 337 | 103 | 74 |
| Binary | 1010110 | 1111100 | 11011110 | 111101 | 101100 | 0 | 1101 | 11011111 | 1000011 | 111100 |
Color Harmonies of #567CDE
Complementary color
Monochromatic Colors of #567CDE
Black with #567CDE
Text Example
Text Example
White with #567CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CDE; }
p { color: rgb(86,124,222); }
H1.HeaderClassName
{
color: #567CDE;
}
.AnyTagClassName
{
color: #567CDE;
}
</style>
background-color css
<style>
a { background-color: #567CDE; }
a { background-color: rgb(86,124,222); }
div.DivClassName
{
background-color: #567CDE;
}
.BgClassName
{
background-color: #567CDE;
}
</style>
border-color css
<style>
span { border-color: #567CDE; }
span { border-color: rgb(86,124,222); }
td.TdClassName
{
border-color: #567CDE;
}
.TagClassName
{
border-color: #567CDE;
}
</style>