Shades of Royal Blue #5E76EB
Tints of Royal Blue #5E76EB
RGB
CMYK
RGB Variations
Color information
#5E76EB (or 0x5E76EB) is known color: Royal Blue. HEX triplet: 5E, 76 and EB. RGB value is (94,118,235). Sum of RGB (Red+Green+Blue) = 94+118+235=447 (59% of max value = 765). Red value is 94 (37.11% from 255 or 21.03% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E76EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E76EB is #A18914. Grayscale: #7B7B7B. Windows color (decimal): -10586389 or 15431262. OLE color: 15431262.
HSL color Cylindrical-coordinate representation of color #5E76EB: hue angle of 229.79º 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 #5E76EB is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 118 | 235 | - |
| CMYK | 0.6 | 0.50 | 0 | 0.08 |
| HSL | 229.79º | 0.78% | 0.65% | - |
| HSV(B) | 229.79º | 0.6% | 0.92% | - |
| XYZ | 26.09 | 21.33 | 81.34 | - |
| YUV | 124.16 | 190.55 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 235 | 0.6 | 0.50 | 0 | 0.08 | 229.79 | 0.78 | 0.65 |
| Hex | 5E | 76 | EB | 3C | 32 | 0 | 8 | E6 | 4E | 41 |
| Octal | 136 | 166 | 353 | 74 | 62 | 0 | 10 | 346 | 116 | 101 |
| Binary | 1011110 | 1110110 | 11101011 | 111100 | 110010 | 0 | 1000 | 11100110 | 1001110 | 1000001 |
Color Harmonies of #5E76EB
Complementary color
Monochromatic Colors of #5E76EB
Black with #5E76EB
Text Example
Text Example
White with #5E76EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E76EB; }
p { color: rgb(94,118,235); }
H1.HeaderClassName
{
color: #5E76EB;
}
.AnyTagClassName
{
color: #5E76EB;
}
</style>
background-color css
<style>
a { background-color: #5E76EB; }
a { background-color: rgb(94,118,235); }
div.DivClassName
{
background-color: #5E76EB;
}
.BgClassName
{
background-color: #5E76EB;
}
</style>
border-color css
<style>
span { border-color: #5E76EB; }
span { border-color: rgb(94,118,235); }
td.TdClassName
{
border-color: #5E76EB;
}
.TagClassName
{
border-color: #5E76EB;
}
</style>