Shades of Royal Blue #567ADF
Tints of Royal Blue #567ADF
RGB
CMYK
RGB Variations
Color information
#567ADF (or 0x567ADF) is known color: Royal Blue. HEX triplet: 56, 7A and DF. RGB value is (86,122,223). Sum of RGB (Red+Green+Blue) = 86+122+223=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #567ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567ADF is #A98520. Grayscale: #7A7A7A. Windows color (decimal): -11109665 or 14645846. OLE color: 14645846.
HSL color Cylindrical-coordinate representation of color #567ADF: hue angle of 224.23º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #567ADF is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 122 | 223 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.13 |
| HSL | 224.23º | 0.68% | 0.61% | - |
| HSV(B) | 224.23º | 0.61% | 0.87% | - |
| XYZ | 24.12 | 21.23 | 72.64 | - |
| YUV | 122.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 122 | 223 | 0.61 | 0.45 | 0 | 0.13 | 224.23 | 0.68 | 0.61 |
| Hex | 56 | 7A | DF | 3D | 2D | 0 | D | E0 | 44 | 3D |
| Octal | 126 | 172 | 337 | 75 | 55 | 0 | 15 | 340 | 104 | 75 |
| Binary | 1010110 | 1111010 | 11011111 | 111101 | 101101 | 0 | 1101 | 11100000 | 1000100 | 111101 |
Color Harmonies of #567ADF
Complementary color
Monochromatic Colors of #567ADF
Black with #567ADF
Text Example
Text Example
White with #567ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567ADF; }
p { color: rgb(86,122,223); }
H1.HeaderClassName
{
color: #567ADF;
}
.AnyTagClassName
{
color: #567ADF;
}
</style>
background-color css
<style>
a { background-color: #567ADF; }
a { background-color: rgb(86,122,223); }
div.DivClassName
{
background-color: #567ADF;
}
.BgClassName
{
background-color: #567ADF;
}
</style>
border-color css
<style>
span { border-color: #567ADF; }
span { border-color: rgb(86,122,223); }
td.TdClassName
{
border-color: #567ADF;
}
.TagClassName
{
border-color: #567ADF;
}
</style>