Shades of Royal Blue #5E6FEC
Tints of Royal Blue #5E6FEC
RGB
CMYK
RGB Variations
Color information
#5E6FEC (or 0x5E6FEC) is known color: Royal Blue. HEX triplet: 5E, 6F and EC. RGB value is (94,111,236). Sum of RGB (Red+Green+Blue) = 94+111+236=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E6FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6FEC is #A19013. Grayscale: #777777. Windows color (decimal): -10588180 or 15495006. OLE color: 15495006.
HSL color Cylindrical-coordinate representation of color #5E6FEC: hue angle of 232.82º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E6FEC is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 111 | 236 | - |
| CMYK | 0.60 | 0.53 | 0 | 0.07 |
| HSL | 232.82º | 0.79% | 0.65% | - |
| HSV(B) | 232.82º | 0.6% | 0.93% | - |
| XYZ | 25.44 | 19.8 | 81.84 | - |
| YUV | 120.17 | 193.37 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 236 | 0.60 | 0.53 | 0 | 0.07 | 232.82 | 0.79 | 0.65 |
| Hex | 5E | 6F | EC | 3C | 35 | 0 | 7 | E9 | 4F | 41 |
| Octal | 136 | 157 | 354 | 74 | 65 | 0 | 7 | 351 | 117 | 101 |
| Binary | 1011110 | 1101111 | 11101100 | 111100 | 110101 | 0 | 111 | 11101001 | 1001111 | 1000001 |
Color Harmonies of #5E6FEC
Complementary color
Monochromatic Colors of #5E6FEC
Black with #5E6FEC
Text Example
Text Example
White with #5E6FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6FEC; }
p { color: rgb(94,111,236); }
H1.HeaderClassName
{
color: #5E6FEC;
}
.AnyTagClassName
{
color: #5E6FEC;
}
</style>
background-color css
<style>
a { background-color: #5E6FEC; }
a { background-color: rgb(94,111,236); }
div.DivClassName
{
background-color: #5E6FEC;
}
.BgClassName
{
background-color: #5E6FEC;
}
</style>
border-color css
<style>
span { border-color: #5E6FEC; }
span { border-color: rgb(94,111,236); }
td.TdClassName
{
border-color: #5E6FEC;
}
.TagClassName
{
border-color: #5E6FEC;
}
</style>