Shades of Royal Blue #567CE1
Tints of Royal Blue #567CE1
RGB
CMYK
RGB Variations
Color information
#567CE1 (or 0x567CE1) is known color: Royal Blue. HEX triplet: 56, 7C and E1. RGB value is (86,124,225). Sum of RGB (Red+Green+Blue) = 86+124+225=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #567CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CE1 is #A9831E. Grayscale: #7B7B7B. Windows color (decimal): -11109151 or 14777430. OLE color: 14777430.
HSL color Cylindrical-coordinate representation of color #567CE1: hue angle of 223.6º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #567CE1 is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 124 | 225 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.12 |
| HSL | 223.6º | 0.7% | 0.61% | - |
| HSV(B) | 223.6º | 0.62% | 0.88% | - |
| XYZ | 24.64 | 21.83 | 74.15 | - |
| YUV | 124.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 225 | 0.62 | 0.45 | 0 | 0.12 | 223.6 | 0.7 | 0.61 |
| Hex | 56 | 7C | E1 | 3E | 2D | 0 | C | E0 | 46 | 3D |
| Octal | 126 | 174 | 341 | 76 | 55 | 0 | 14 | 340 | 106 | 75 |
| Binary | 1010110 | 1111100 | 11100001 | 111110 | 101101 | 0 | 1100 | 11100000 | 1000110 | 111101 |
Color Harmonies of #567CE1
Complementary color
Monochromatic Colors of #567CE1
Black with #567CE1
Text Example
Text Example
White with #567CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CE1; }
p { color: rgb(86,124,225); }
H1.HeaderClassName
{
color: #567CE1;
}
.AnyTagClassName
{
color: #567CE1;
}
</style>
background-color css
<style>
a { background-color: #567CE1; }
a { background-color: rgb(86,124,225); }
div.DivClassName
{
background-color: #567CE1;
}
.BgClassName
{
background-color: #567CE1;
}
</style>
border-color css
<style>
span { border-color: #567CE1; }
span { border-color: rgb(86,124,225); }
td.TdClassName
{
border-color: #567CE1;
}
.TagClassName
{
border-color: #567CE1;
}
</style>