Shades of Royal Blue #5E76DF
Tints of Royal Blue #5E76DF
RGB
CMYK
RGB Variations
Color information
#5E76DF (or 0x5E76DF) is known color: Royal Blue. HEX triplet: 5E, 76 and DF. RGB value is (94,118,223). Sum of RGB (Red+Green+Blue) = 94+118+223=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E76DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E76DF is #A18920. Grayscale: #7A7A7A. Windows color (decimal): -10586401 or 14644830. OLE color: 14644830.
HSL color Cylindrical-coordinate representation of color #5E76DF: hue angle of 228.84º degrees, saturation: 0.67, 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 #5E76DF is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 118 | 223 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.13 |
| HSL | 228.84º | 0.67% | 0.62% | - |
| HSV(B) | 228.84º | 0.58% | 0.87% | - |
| XYZ | 24.41 | 20.66 | 72.51 | - |
| YUV | 122.79 | 184.55 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 223 | 0.58 | 0.47 | 0 | 0.13 | 228.84 | 0.67 | 0.62 |
| Hex | 5E | 76 | DF | 3A | 2F | 0 | D | E5 | 43 | 3E |
| Octal | 136 | 166 | 337 | 72 | 57 | 0 | 15 | 345 | 103 | 76 |
| Binary | 1011110 | 1110110 | 11011111 | 111010 | 101111 | 0 | 1101 | 11100101 | 1000011 | 111110 |
Color Harmonies of #5E76DF
Complementary color
Monochromatic Colors of #5E76DF
Black with #5E76DF
Text Example
Text Example
White with #5E76DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E76DF; }
p { color: rgb(94,118,223); }
H1.HeaderClassName
{
color: #5E76DF;
}
.AnyTagClassName
{
color: #5E76DF;
}
</style>
background-color css
<style>
a { background-color: #5E76DF; }
a { background-color: rgb(94,118,223); }
div.DivClassName
{
background-color: #5E76DF;
}
.BgClassName
{
background-color: #5E76DF;
}
</style>
border-color css
<style>
span { border-color: #5E76DF; }
span { border-color: rgb(94,118,223); }
td.TdClassName
{
border-color: #5E76DF;
}
.TagClassName
{
border-color: #5E76DF;
}
</style>