Shades of Royal Blue #567DDD
Tints of Royal Blue #567DDD
RGB
CMYK
RGB Variations
Color information
#567DDD (or 0x567DDD) is known color: Royal Blue. HEX triplet: 56, 7D and DD. RGB value is (86,125,221). Sum of RGB (Red+Green+Blue) = 86+125+221=432 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.91% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #567DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567DDD is #A98222. Grayscale: #7B7B7B. Windows color (decimal): -11108899 or 14515542. OLE color: 14515542.
HSL color Cylindrical-coordinate representation of color #567DDD: hue angle of 222.67º 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 #567DDD is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 125 | 221 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.13 |
| HSL | 222.67º | 0.67% | 0.6% | - |
| HSV(B) | 222.67º | 0.61% | 0.87% | - |
| XYZ | 24.22 | 21.87 | 71.35 | - |
| YUV | 124.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 221 | 0.61 | 0.43 | 0 | 0.13 | 222.67 | 0.67 | 0.6 |
| Hex | 56 | 7D | DD | 3D | 2B | 0 | D | DF | 43 | 3C |
| Octal | 126 | 175 | 335 | 75 | 53 | 0 | 15 | 337 | 103 | 74 |
| Binary | 1010110 | 1111101 | 11011101 | 111101 | 101011 | 0 | 1101 | 11011111 | 1000011 | 111100 |
Color Harmonies of #567DDD
Complementary color
Monochromatic Colors of #567DDD
Black with #567DDD
Text Example
Text Example
White with #567DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567DDD; }
p { color: rgb(86,125,221); }
H1.HeaderClassName
{
color: #567DDD;
}
.AnyTagClassName
{
color: #567DDD;
}
</style>
background-color css
<style>
a { background-color: #567DDD; }
a { background-color: rgb(86,125,221); }
div.DivClassName
{
background-color: #567DDD;
}
.BgClassName
{
background-color: #567DDD;
}
</style>
border-color css
<style>
span { border-color: #567DDD; }
span { border-color: rgb(86,125,221); }
td.TdClassName
{
border-color: #567DDD;
}
.TagClassName
{
border-color: #567DDD;
}
</style>