Shades of Royal Blue #5E6CDE
Tints of Royal Blue #5E6CDE
RGB
CMYK
RGB Variations
Color information
#5E6CDE (or 0x5E6CDE) is known color: Royal Blue. HEX triplet: 5E, 6C and DE. RGB value is (94,108,222). Sum of RGB (Red+Green+Blue) = 94+108+222=424 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.17% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #5E6CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6CDE is #A19321. Grayscale: #747474. Windows color (decimal): -10588962 or 14576734. OLE color: 14576734.
HSL color Cylindrical-coordinate representation of color #5E6CDE: hue angle of 233.44º degrees, saturation: 0.66, 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 #5E6CDE is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 108 | 222 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.13 |
| HSL | 233.44º | 0.66% | 0.62% | - |
| HSV(B) | 233.44º | 0.58% | 0.87% | - |
| XYZ | 23.16 | 18.38 | 71.43 | - |
| YUV | 116.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 108 | 222 | 0.58 | 0.51 | 0 | 0.13 | 233.44 | 0.66 | 0.62 |
| Hex | 5E | 6C | DE | 3A | 33 | 0 | D | E9 | 42 | 3E |
| Octal | 136 | 154 | 336 | 72 | 63 | 0 | 15 | 351 | 102 | 76 |
| Binary | 1011110 | 1101100 | 11011110 | 111010 | 110011 | 0 | 1101 | 11101001 | 1000010 | 111110 |
Color Harmonies of #5E6CDE
Complementary color
Monochromatic Colors of #5E6CDE
Black with #5E6CDE
Text Example
Text Example
White with #5E6CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6CDE; }
p { color: rgb(94,108,222); }
H1.HeaderClassName
{
color: #5E6CDE;
}
.AnyTagClassName
{
color: #5E6CDE;
}
</style>
background-color css
<style>
a { background-color: #5E6CDE; }
a { background-color: rgb(94,108,222); }
div.DivClassName
{
background-color: #5E6CDE;
}
.BgClassName
{
background-color: #5E6CDE;
}
</style>
border-color css
<style>
span { border-color: #5E6CDE; }
span { border-color: rgb(94,108,222); }
td.TdClassName
{
border-color: #5E6CDE;
}
.TagClassName
{
border-color: #5E6CDE;
}
</style>