Shades of Royal Blue #5670EE
Tints of Royal Blue #5670EE
RGB
CMYK
RGB Variations
Color information
#5670EE (or 0x5670EE) is known color: Royal Blue. HEX triplet: 56, 70 and EE. RGB value is (86,112,238). Sum of RGB (Red+Green+Blue) = 86+112+238=436 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.72% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #5670EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5670EE is #A98F11. Grayscale: #767676. Windows color (decimal): -11112210 or 15626326. OLE color: 15626326.
HSL color Cylindrical-coordinate representation of color #5670EE: hue angle of 229.74º 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 #5670EE is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 112 | 238 | - |
| CMYK | 0.64 | 0.53 | 0 | 0.07 |
| HSL | 229.74º | 0.82% | 0.64% | - |
| HSV(B) | 229.74º | 0.64% | 0.93% | - |
| XYZ | 25.06 | 19.74 | 83.38 | - |
| YUV | 118.59 | 195.39 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 238 | 0.64 | 0.53 | 0 | 0.07 | 229.74 | 0.82 | 0.64 |
| Hex | 56 | 70 | EE | 40 | 35 | 0 | 7 | E6 | 52 | 40 |
| Octal | 126 | 160 | 356 | 100 | 65 | 0 | 7 | 346 | 122 | 100 |
| Binary | 1010110 | 1110000 | 11101110 | 1000000 | 110101 | 0 | 111 | 11100110 | 1010010 | 1000000 |
Color Harmonies of #5670EE
Complementary color
Monochromatic Colors of #5670EE
Black with #5670EE
Text Example
Text Example
White with #5670EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5670EE; }
p { color: rgb(86,112,238); }
H1.HeaderClassName
{
color: #5670EE;
}
.AnyTagClassName
{
color: #5670EE;
}
</style>
background-color css
<style>
a { background-color: #5670EE; }
a { background-color: rgb(86,112,238); }
div.DivClassName
{
background-color: #5670EE;
}
.BgClassName
{
background-color: #5670EE;
}
</style>
border-color css
<style>
span { border-color: #5670EE; }
span { border-color: rgb(86,112,238); }
td.TdClassName
{
border-color: #5670EE;
}
.TagClassName
{
border-color: #5670EE;
}
</style>