Shades of Royal Blue #5E71DE
Tints of Royal Blue #5E71DE
RGB
CMYK
RGB Variations
Color information
#5E71DE (or 0x5E71DE) is known color: Royal Blue. HEX triplet: 5E, 71 and DE. RGB value is (94,113,222). Sum of RGB (Red+Green+Blue) = 94+113+222=429 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.91% from 429); Green value is 113 (44.53% from 255 or 26.34% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E71DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E71DE is #A18E21. Grayscale: #777777. Windows color (decimal): -10587682 or 14578014. OLE color: 14578014.
HSL color Cylindrical-coordinate representation of color #5E71DE: hue angle of 231.09º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E71DE is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 113 | 222 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.13 |
| HSL | 231.09º | 0.66% | 0.62% | - |
| HSV(B) | 231.09º | 0.58% | 0.87% | - |
| XYZ | 23.71 | 19.46 | 71.61 | - |
| YUV | 119.75 | 185.71 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 113 | 222 | 0.58 | 0.49 | 0 | 0.13 | 231.09 | 0.66 | 0.62 |
| Hex | 5E | 71 | DE | 3A | 31 | 0 | D | E7 | 42 | 3E |
| Octal | 136 | 161 | 336 | 72 | 61 | 0 | 15 | 347 | 102 | 76 |
| Binary | 1011110 | 1110001 | 11011110 | 111010 | 110001 | 0 | 1101 | 11100111 | 1000010 | 111110 |
Color Harmonies of #5E71DE
Complementary color
Monochromatic Colors of #5E71DE
Black with #5E71DE
Text Example
Text Example
White with #5E71DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E71DE; }
p { color: rgb(94,113,222); }
H1.HeaderClassName
{
color: #5E71DE;
}
.AnyTagClassName
{
color: #5E71DE;
}
</style>
background-color css
<style>
a { background-color: #5E71DE; }
a { background-color: rgb(94,113,222); }
div.DivClassName
{
background-color: #5E71DE;
}
.BgClassName
{
background-color: #5E71DE;
}
</style>
border-color css
<style>
span { border-color: #5E71DE; }
span { border-color: rgb(94,113,222); }
td.TdClassName
{
border-color: #5E71DE;
}
.TagClassName
{
border-color: #5E71DE;
}
</style>