Shades of Royal Blue #5E74DF
Tints of Royal Blue #5E74DF
RGB
CMYK
RGB Variations
Color information
#5E74DF (or 0x5E74DF) is known color: Royal Blue. HEX triplet: 5E, 74 and DF. RGB value is (94,116,223). Sum of RGB (Red+Green+Blue) = 94+116+223=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E74DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E74DF is #A18B20. Grayscale: #797979. Windows color (decimal): -10586913 or 14644318. OLE color: 14644318.
HSL color Cylindrical-coordinate representation of color #5E74DF: hue angle of 229.77º 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 #5E74DF is Cyan = 0.58, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 116 | 223 | - |
| CMYK | 0.58 | 0.48 | 0 | 0.13 |
| HSL | 229.77º | 0.67% | 0.62% | - |
| HSV(B) | 229.77º | 0.58% | 0.87% | - |
| XYZ | 24.18 | 20.2 | 72.44 | - |
| YUV | 121.62 | 185.21 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 223 | 0.58 | 0.48 | 0 | 0.13 | 229.77 | 0.67 | 0.62 |
| Hex | 5E | 74 | DF | 3A | 30 | 0 | D | E6 | 43 | 3E |
| Octal | 136 | 164 | 337 | 72 | 60 | 0 | 15 | 346 | 103 | 76 |
| Binary | 1011110 | 1110100 | 11011111 | 111010 | 110000 | 0 | 1101 | 11100110 | 1000011 | 111110 |
Color Harmonies of #5E74DF
Complementary color
Monochromatic Colors of #5E74DF
Black with #5E74DF
Text Example
Text Example
White with #5E74DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E74DF; }
p { color: rgb(94,116,223); }
H1.HeaderClassName
{
color: #5E74DF;
}
.AnyTagClassName
{
color: #5E74DF;
}
</style>
background-color css
<style>
a { background-color: #5E74DF; }
a { background-color: rgb(94,116,223); }
div.DivClassName
{
background-color: #5E74DF;
}
.BgClassName
{
background-color: #5E74DF;
}
</style>
border-color css
<style>
span { border-color: #5E74DF; }
span { border-color: rgb(94,116,223); }
td.TdClassName
{
border-color: #5E74DF;
}
.TagClassName
{
border-color: #5E74DF;
}
</style>