Shades of Royal Blue #5678EE
Tints of Royal Blue #5678EE
RGB
CMYK
RGB Variations
Color information
#5678EE (or 0x5678EE) is known color: Royal Blue. HEX triplet: 56, 78 and EE. RGB value is (86,120,238). Sum of RGB (Red+Green+Blue) = 86+120+238=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 120 (47.27% from 255 or 27.03% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #5678EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5678EE is #A98711. Grayscale: #7A7A7A. Windows color (decimal): -11110162 or 15628374. OLE color: 15628374.
HSL color Cylindrical-coordinate representation of color #5678EE: hue angle of 226.58º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5678EE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 120 | 238 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.07 |
| HSL | 226.58º | 0.82% | 0.64% | - |
| HSV(B) | 226.58º | 0.64% | 0.93% | - |
| XYZ | 25.99 | 21.58 | 83.69 | - |
| YUV | 123.29 | 192.74 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 238 | 0.64 | 0.50 | 0 | 0.07 | 226.58 | 0.82 | 0.64 |
| Hex | 56 | 78 | EE | 40 | 32 | 0 | 7 | E3 | 52 | 40 |
| Octal | 126 | 170 | 356 | 100 | 62 | 0 | 7 | 343 | 122 | 100 |
| Binary | 1010110 | 1111000 | 11101110 | 1000000 | 110010 | 0 | 111 | 11100011 | 1010010 | 1000000 |
Color Harmonies of #5678EE
Complementary color
Monochromatic Colors of #5678EE
Black with #5678EE
Text Example
Text Example
White with #5678EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5678EE; }
p { color: rgb(86,120,238); }
H1.HeaderClassName
{
color: #5678EE;
}
.AnyTagClassName
{
color: #5678EE;
}
</style>
background-color css
<style>
a { background-color: #5678EE; }
a { background-color: rgb(86,120,238); }
div.DivClassName
{
background-color: #5678EE;
}
.BgClassName
{
background-color: #5678EE;
}
</style>
border-color css
<style>
span { border-color: #5678EE; }
span { border-color: rgb(86,120,238); }
td.TdClassName
{
border-color: #5678EE;
}
.TagClassName
{
border-color: #5678EE;
}
</style>