Shades of Royal Blue #5E6EF1
Tints of Royal Blue #5E6EF1
RGB
CMYK
RGB Variations
Color information
#5E6EF1 (or 0x5E6EF1) is known color: Royal Blue. HEX triplet: 5E, 6E and F1. RGB value is (94,110,241). Sum of RGB (Red+Green+Blue) = 94+110+241=445 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.12% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 241 (94.53% from 255 or 54.16% from 445); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E6EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6EF1 is #A1910E. Grayscale: #777777. Windows color (decimal): -10588431 or 15822430. OLE color: 15822430.
HSL color Cylindrical-coordinate representation of color #5E6EF1: hue angle of 233.47º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6EF1 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 110 | 241 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.05 |
| HSL | 233.47º | 0.84% | 0.66% | - |
| HSV(B) | 233.47º | 0.61% | 0.95% | - |
| XYZ | 26.07 | 19.88 | 85.68 | - |
| YUV | 120.15 | 196.2 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 241 | 0.61 | 0.54 | 0 | 0.05 | 233.47 | 0.84 | 0.66 |
| Hex | 5E | 6E | F1 | 3D | 36 | 0 | 5 | E9 | 54 | 42 |
| Octal | 136 | 156 | 361 | 75 | 66 | 0 | 5 | 351 | 124 | 102 |
| Binary | 1011110 | 1101110 | 11110001 | 111101 | 110110 | 0 | 101 | 11101001 | 1010100 | 1000010 |
Color Harmonies of #5E6EF1
Complementary color
Monochromatic Colors of #5E6EF1
Black with #5E6EF1
Text Example
Text Example
White with #5E6EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6EF1; }
p { color: rgb(94,110,241); }
H1.HeaderClassName
{
color: #5E6EF1;
}
.AnyTagClassName
{
color: #5E6EF1;
}
</style>
background-color css
<style>
a { background-color: #5E6EF1; }
a { background-color: rgb(94,110,241); }
div.DivClassName
{
background-color: #5E6EF1;
}
.BgClassName
{
background-color: #5E6EF1;
}
</style>
border-color css
<style>
span { border-color: #5E6EF1; }
span { border-color: rgb(94,110,241); }
td.TdClassName
{
border-color: #5E6EF1;
}
.TagClassName
{
border-color: #5E6EF1;
}
</style>