Shades of Royal Blue #5E74DC
Tints of Royal Blue #5E74DC
RGB
CMYK
RGB Variations
Color information
#5E74DC (or 0x5E74DC) is known color: Royal Blue. HEX triplet: 5E, 74 and DC. RGB value is (94,116,220). Sum of RGB (Red+Green+Blue) = 94+116+220=430 (56% of max value = 765). Red value is 94 (37.11% from 255 or 21.86% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #5E74DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E74DC is #A18B23. Grayscale: #787878. Windows color (decimal): -10586916 or 14447710. OLE color: 14447710.
HSL color Cylindrical-coordinate representation of color #5E74DC: hue angle of 229.52º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E74DC is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 116 | 220 | - |
| CMYK | 0.57 | 0.47 | 0 | 0.14 |
| HSL | 229.52º | 0.64% | 0.62% | - |
| HSV(B) | 229.52º | 0.57% | 0.86% | - |
| XYZ | 23.78 | 20.04 | 70.32 | - |
| YUV | 121.28 | 183.71 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 116 | 220 | 0.57 | 0.47 | 0 | 0.14 | 229.52 | 0.64 | 0.62 |
| Hex | 5E | 74 | DC | 39 | 2F | 0 | E | E6 | 40 | 3E |
| Octal | 136 | 164 | 334 | 71 | 57 | 0 | 16 | 346 | 100 | 76 |
| Binary | 1011110 | 1110100 | 11011100 | 111001 | 101111 | 0 | 1110 | 11100110 | 1000000 | 111110 |
Color Harmonies of #5E74DC
Complementary color
Monochromatic Colors of #5E74DC
Black with #5E74DC
Text Example
Text Example
White with #5E74DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E74DC; }
p { color: rgb(94,116,220); }
H1.HeaderClassName
{
color: #5E74DC;
}
.AnyTagClassName
{
color: #5E74DC;
}
</style>
background-color css
<style>
a { background-color: #5E74DC; }
a { background-color: rgb(94,116,220); }
div.DivClassName
{
background-color: #5E74DC;
}
.BgClassName
{
background-color: #5E74DC;
}
</style>
border-color css
<style>
span { border-color: #5E74DC; }
span { border-color: rgb(94,116,220); }
td.TdClassName
{
border-color: #5E74DC;
}
.TagClassName
{
border-color: #5E74DC;
}
</style>