Shades of Royal Blue #567CDB
Tints of Royal Blue #567CDB
RGB
CMYK
RGB Variations
Color information
#567CDB (or 0x567CDB) is known color: Royal Blue. HEX triplet: 56, 7C and DB. RGB value is (86,124,219). Sum of RGB (Red+Green+Blue) = 86+124+219=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #567CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CDB is #A98324. Grayscale: #7B7B7B. Windows color (decimal): -11109157 or 14384214. OLE color: 14384214.
HSL color Cylindrical-coordinate representation of color #567CDB: hue angle of 222.86º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567CDB is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 124 | 219 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.14 |
| HSL | 222.86º | 0.65% | 0.6% | - |
| HSV(B) | 222.86º | 0.61% | 0.86% | - |
| XYZ | 23.83 | 21.51 | 69.91 | - |
| YUV | 123.47 | 181.91 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 219 | 0.61 | 0.43 | 0 | 0.14 | 222.86 | 0.65 | 0.6 |
| Hex | 56 | 7C | DB | 3D | 2B | 0 | E | DF | 41 | 3C |
| Octal | 126 | 174 | 333 | 75 | 53 | 0 | 16 | 337 | 101 | 74 |
| Binary | 1010110 | 1111100 | 11011011 | 111101 | 101011 | 0 | 1110 | 11011111 | 1000001 | 111100 |
Color Harmonies of #567CDB
Complementary color
Monochromatic Colors of #567CDB
Black with #567CDB
Text Example
Text Example
White with #567CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CDB; }
p { color: rgb(86,124,219); }
H1.HeaderClassName
{
color: #567CDB;
}
.AnyTagClassName
{
color: #567CDB;
}
</style>
background-color css
<style>
a { background-color: #567CDB; }
a { background-color: rgb(86,124,219); }
div.DivClassName
{
background-color: #567CDB;
}
.BgClassName
{
background-color: #567CDB;
}
</style>
border-color css
<style>
span { border-color: #567CDB; }
span { border-color: rgb(86,124,219); }
td.TdClassName
{
border-color: #567CDB;
}
.TagClassName
{
border-color: #567CDB;
}
</style>