Shades of Royal Blue #5E6CEF
Tints of Royal Blue #5E6CEF
RGB
CMYK
RGB Variations
Color information
#5E6CEF (or 0x5E6CEF) is known color: Royal Blue. HEX triplet: 5E, 6C and EF. RGB value is (94,108,239). Sum of RGB (Red+Green+Blue) = 94+108+239=441 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.32% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 239 (93.75% from 255 or 54.20% from 441); Max value from RGB is 239 - color contains mainly: blue. Hex color #5E6CEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E6CEF is #A19310. Grayscale: #767676. Windows color (decimal): -10588945 or 15690846. OLE color: 15690846.
HSL color Cylindrical-coordinate representation of color #5E6CEF: hue angle of 234.21º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5E6CEF is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 108 | 239 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.06 |
| HSL | 234.21º | 0.82% | 0.65% | - |
| HSV(B) | 234.21º | 0.61% | 0.94% | - |
| XYZ | 25.56 | 19.34 | 84.05 | - |
| YUV | 118.75 | 195.86 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 239 | 0.61 | 0.55 | 0 | 0.06 | 234.21 | 0.82 | 0.65 |
| Hex | 5E | 6C | EF | 3D | 37 | 0 | 6 | EA | 52 | 41 |
| Octal | 136 | 154 | 357 | 75 | 67 | 0 | 6 | 352 | 122 | 101 |
| Binary | 1011110 | 1101100 | 11101111 | 111101 | 110111 | 0 | 110 | 11101010 | 1010010 | 1000001 |
Color Harmonies of #5E6CEF
Complementary color
Monochromatic Colors of #5E6CEF
Black with #5E6CEF
Text Example
Text Example
White with #5E6CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6CEF; }
p { color: rgb(94,108,239); }
H1.HeaderClassName
{
color: #5E6CEF;
}
.AnyTagClassName
{
color: #5E6CEF;
}
</style>
background-color css
<style>
a { background-color: #5E6CEF; }
a { background-color: rgb(94,108,239); }
div.DivClassName
{
background-color: #5E6CEF;
}
.BgClassName
{
background-color: #5E6CEF;
}
</style>
border-color css
<style>
span { border-color: #5E6CEF; }
span { border-color: rgb(94,108,239); }
td.TdClassName
{
border-color: #5E6CEF;
}
.TagClassName
{
border-color: #5E6CEF;
}
</style>