Shades of Royal Blue #5E6FEB
Tints of Royal Blue #5E6FEB
RGB
CMYK
RGB Variations
Color information
#5E6FEB (or 0x5E6FEB) is known color: Royal Blue. HEX triplet: 5E, 6F and EB. RGB value is (94,111,235). Sum of RGB (Red+Green+Blue) = 94+111+235=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E6FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6FEB is #A19014. Grayscale: #777777. Windows color (decimal): -10588181 or 15429470. OLE color: 15429470.
HSL color Cylindrical-coordinate representation of color #5E6FEB: hue angle of 232.77º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E6FEB is Cyan = 0.6, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 111 | 235 | - |
| CMYK | 0.6 | 0.53 | 0 | 0.08 |
| HSL | 232.77º | 0.78% | 0.65% | - |
| HSV(B) | 232.77º | 0.6% | 0.92% | - |
| XYZ | 25.3 | 19.75 | 81.08 | - |
| YUV | 120.05 | 192.87 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 235 | 0.6 | 0.53 | 0 | 0.08 | 232.77 | 0.78 | 0.65 |
| Hex | 5E | 6F | EB | 3C | 35 | 0 | 8 | E9 | 4E | 41 |
| Octal | 136 | 157 | 353 | 74 | 65 | 0 | 10 | 351 | 116 | 101 |
| Binary | 1011110 | 1101111 | 11101011 | 111100 | 110101 | 0 | 1000 | 11101001 | 1001110 | 1000001 |
Color Harmonies of #5E6FEB
Complementary color
Monochromatic Colors of #5E6FEB
Black with #5E6FEB
Text Example
Text Example
White with #5E6FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6FEB; }
p { color: rgb(94,111,235); }
H1.HeaderClassName
{
color: #5E6FEB;
}
.AnyTagClassName
{
color: #5E6FEB;
}
</style>
background-color css
<style>
a { background-color: #5E6FEB; }
a { background-color: rgb(94,111,235); }
div.DivClassName
{
background-color: #5E6FEB;
}
.BgClassName
{
background-color: #5E6FEB;
}
</style>
border-color css
<style>
span { border-color: #5E6FEB; }
span { border-color: rgb(94,111,235); }
td.TdClassName
{
border-color: #5E6FEB;
}
.TagClassName
{
border-color: #5E6FEB;
}
</style>