Shades of Royal Blue #567CE4
Tints of Royal Blue #567CE4
RGB
CMYK
RGB Variations
Color information
#567CE4 (or 0x567CE4) is known color: Royal Blue. HEX triplet: 56, 7C and E4. RGB value is (86,124,228). Sum of RGB (Red+Green+Blue) = 86+124+228=438 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.63% from 438); Green value is 124 (48.83% from 255 or 28.31% from 438); Blue value is 228 (89.45% from 255 or 52.05% from 438); Max value from RGB is 228 - color contains mainly: blue. Hex color #567CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #567CE4 is #A9831B. Grayscale: #7C7C7C. Windows color (decimal): -11109148 or 14974038. OLE color: 14974038.
HSL color Cylindrical-coordinate representation of color #567CE4: hue angle of 223.94º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #567CE4 is Cyan = 0.62, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 124 | 228 | - |
| CMYK | 0.62 | 0.46 | 0 | 0.11 |
| HSL | 223.94º | 0.72% | 0.62% | - |
| HSV(B) | 223.94º | 0.62% | 0.89% | - |
| XYZ | 25.05 | 22 | 76.32 | - |
| YUV | 124.49 | 186.41 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 124 | 228 | 0.62 | 0.46 | 0 | 0.11 | 223.94 | 0.72 | 0.62 |
| Hex | 56 | 7C | E4 | 3E | 2E | 0 | B | E0 | 48 | 3E |
| Octal | 126 | 174 | 344 | 76 | 56 | 0 | 13 | 340 | 110 | 76 |
| Binary | 1010110 | 1111100 | 11100100 | 111110 | 101110 | 0 | 1011 | 11100000 | 1001000 | 111110 |
Color Harmonies of #567CE4
Complementary color
Monochromatic Colors of #567CE4
Black with #567CE4
Text Example
Text Example
White with #567CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567CE4; }
p { color: rgb(86,124,228); }
H1.HeaderClassName
{
color: #567CE4;
}
.AnyTagClassName
{
color: #567CE4;
}
</style>
background-color css
<style>
a { background-color: #567CE4; }
a { background-color: rgb(86,124,228); }
div.DivClassName
{
background-color: #567CE4;
}
.BgClassName
{
background-color: #567CE4;
}
</style>
border-color css
<style>
span { border-color: #567CE4; }
span { border-color: rgb(86,124,228); }
td.TdClassName
{
border-color: #567CE4;
}
.TagClassName
{
border-color: #567CE4;
}
</style>