Shades of Royal Blue #567ADB
Tints of Royal Blue #567ADB
RGB
CMYK
RGB Variations
Color information
#567ADB (or 0x567ADB) is known color: Royal Blue. HEX triplet: 56, 7A and DB. RGB value is (86,122,219). Sum of RGB (Red+Green+Blue) = 86+122+219=427 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.14% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 219 (85.94% from 255 or 51.29% from 427); Max value from RGB is 219 - color contains mainly: blue. Hex color #567ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ADB is #A98524. Grayscale: #797979. Windows color (decimal): -11109669 or 14383702. OLE color: 14383702.
HSL color Cylindrical-coordinate representation of color #567ADB: hue angle of 223.76º 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 #567ADB is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 122 | 219 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.14 |
| HSL | 223.76º | 0.65% | 0.6% | - |
| HSV(B) | 223.76º | 0.61% | 0.86% | - |
| XYZ | 23.58 | 21.01 | 69.83 | - |
| YUV | 122.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 219 | 0.61 | 0.44 | 0 | 0.14 | 223.76 | 0.65 | 0.6 |
| Hex | 56 | 7A | DB | 3D | 2C | 0 | E | E0 | 41 | 3C |
| Octal | 126 | 172 | 333 | 75 | 54 | 0 | 16 | 340 | 101 | 74 |
| Binary | 1010110 | 1111010 | 11011011 | 111101 | 101100 | 0 | 1110 | 11100000 | 1000001 | 111100 |
Color Harmonies of #567ADB
Complementary color
Monochromatic Colors of #567ADB
Black with #567ADB
Text Example
Text Example
White with #567ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567ADB; }
p { color: rgb(86,122,219); }
H1.HeaderClassName
{
color: #567ADB;
}
.AnyTagClassName
{
color: #567ADB;
}
</style>
background-color css
<style>
a { background-color: #567ADB; }
a { background-color: rgb(86,122,219); }
div.DivClassName
{
background-color: #567ADB;
}
.BgClassName
{
background-color: #567ADB;
}
</style>
border-color css
<style>
span { border-color: #567ADB; }
span { border-color: rgb(86,122,219); }
td.TdClassName
{
border-color: #567ADB;
}
.TagClassName
{
border-color: #567ADB;
}
</style>