Shades of Royal Blue #5E76DE
Tints of Royal Blue #5E76DE
RGB
CMYK
RGB Variations
Color information
#5E76DE (or 0x5E76DE) is known color: Royal Blue. HEX triplet: 5E, 76 and DE. RGB value is (94,118,222). Sum of RGB (Red+Green+Blue) = 94+118+222=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 118 (46.48% from 255 or 27.19% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E76DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E76DE is #A18921. Grayscale: #7A7A7A. Windows color (decimal): -10586402 or 14579294. OLE color: 14579294.
HSL color Cylindrical-coordinate representation of color #5E76DE: hue angle of 228.75º 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 #5E76DE is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 118 | 222 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.13 |
| HSL | 228.75º | 0.66% | 0.62% | - |
| HSV(B) | 228.75º | 0.58% | 0.87% | - |
| XYZ | 24.28 | 20.61 | 71.81 | - |
| YUV | 122.68 | 184.05 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 222 | 0.58 | 0.47 | 0 | 0.13 | 228.75 | 0.66 | 0.62 |
| Hex | 5E | 76 | DE | 3A | 2F | 0 | D | E5 | 42 | 3E |
| Octal | 136 | 166 | 336 | 72 | 57 | 0 | 15 | 345 | 102 | 76 |
| Binary | 1011110 | 1110110 | 11011110 | 111010 | 101111 | 0 | 1101 | 11100101 | 1000010 | 111110 |
Color Harmonies of #5E76DE
Complementary color
Monochromatic Colors of #5E76DE
Black with #5E76DE
Text Example
Text Example
White with #5E76DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E76DE; }
p { color: rgb(94,118,222); }
H1.HeaderClassName
{
color: #5E76DE;
}
.AnyTagClassName
{
color: #5E76DE;
}
</style>
background-color css
<style>
a { background-color: #5E76DE; }
a { background-color: rgb(94,118,222); }
div.DivClassName
{
background-color: #5E76DE;
}
.BgClassName
{
background-color: #5E76DE;
}
</style>
border-color css
<style>
span { border-color: #5E76DE; }
span { border-color: rgb(94,118,222); }
td.TdClassName
{
border-color: #5E76DE;
}
.TagClassName
{
border-color: #5E76DE;
}
</style>