Shades of Royal Blue #567CDD
Tints of Royal Blue #567CDD
RGB
CMYK
RGB Variations
Color information
#567CDD (or 0x567CDD) is known color: Royal Blue. HEX triplet: 56, 7C and DD. RGB value is (86,124,221). Sum of RGB (Red+Green+Blue) = 86+124+221=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #567CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CDD is #A98322. Grayscale: #7B7B7B. Windows color (decimal): -11109155 or 14515286. OLE color: 14515286.
HSL color Cylindrical-coordinate representation of color #567CDD: hue angle of 223.11º 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 #567CDD is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 124 | 221 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.13 |
| HSL | 223.11º | 0.67% | 0.6% | - |
| HSV(B) | 223.11º | 0.61% | 0.87% | - |
| XYZ | 24.1 | 21.61 | 71.31 | - |
| YUV | 123.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 221 | 0.61 | 0.44 | 0 | 0.13 | 223.11 | 0.67 | 0.6 |
| Hex | 56 | 7C | DD | 3D | 2C | 0 | D | DF | 43 | 3C |
| Octal | 126 | 174 | 335 | 75 | 54 | 0 | 15 | 337 | 103 | 74 |
| Binary | 1010110 | 1111100 | 11011101 | 111101 | 101100 | 0 | 1101 | 11011111 | 1000011 | 111100 |
Color Harmonies of #567CDD
Complementary color
Monochromatic Colors of #567CDD
Black with #567CDD
Text Example
Text Example
White with #567CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CDD; }
p { color: rgb(86,124,221); }
H1.HeaderClassName
{
color: #567CDD;
}
.AnyTagClassName
{
color: #567CDD;
}
</style>
background-color css
<style>
a { background-color: #567CDD; }
a { background-color: rgb(86,124,221); }
div.DivClassName
{
background-color: #567CDD;
}
.BgClassName
{
background-color: #567CDD;
}
</style>
border-color css
<style>
span { border-color: #567CDD; }
span { border-color: rgb(86,124,221); }
td.TdClassName
{
border-color: #567CDD;
}
.TagClassName
{
border-color: #567CDD;
}
</style>