Shades of Royal Blue #5E6FDD
Tints of Royal Blue #5E6FDD
RGB
CMYK
RGB Variations
Color information
#5E6FDD (or 0x5E6FDD) is known color: Royal Blue. HEX triplet: 5E, 6F and DD. RGB value is (94,111,221). Sum of RGB (Red+Green+Blue) = 94+111+221=426 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.07% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 221 (86.72% from 255 or 51.88% from 426); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E6FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6FDD is #A19022. Grayscale: #767676. Windows color (decimal): -10588195 or 14511966. OLE color: 14511966.
HSL color Cylindrical-coordinate representation of color #5E6FDD: hue angle of 231.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E6FDD is Cyan = 0.57, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 111 | 221 | - |
| CMYK | 0.57 | 0.50 | 0 | 0.13 |
| HSL | 231.97º | 0.65% | 0.62% | - |
| HSV(B) | 231.97º | 0.57% | 0.87% | - |
| XYZ | 23.35 | 18.97 | 70.84 | - |
| YUV | 118.46 | 185.87 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 111 | 221 | 0.57 | 0.50 | 0 | 0.13 | 231.97 | 0.65 | 0.62 |
| Hex | 5E | 6F | DD | 39 | 32 | 0 | D | E8 | 41 | 3E |
| Octal | 136 | 157 | 335 | 71 | 62 | 0 | 15 | 350 | 101 | 76 |
| Binary | 1011110 | 1101111 | 11011101 | 111001 | 110010 | 0 | 1101 | 11101000 | 1000001 | 111110 |
Color Harmonies of #5E6FDD
Complementary color
Monochromatic Colors of #5E6FDD
Black with #5E6FDD
Text Example
Text Example
White with #5E6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6FDD; }
p { color: rgb(94,111,221); }
H1.HeaderClassName
{
color: #5E6FDD;
}
.AnyTagClassName
{
color: #5E6FDD;
}
</style>
background-color css
<style>
a { background-color: #5E6FDD; }
a { background-color: rgb(94,111,221); }
div.DivClassName
{
background-color: #5E6FDD;
}
.BgClassName
{
background-color: #5E6FDD;
}
</style>
border-color css
<style>
span { border-color: #5E6FDD; }
span { border-color: rgb(94,111,221); }
td.TdClassName
{
border-color: #5E6FDD;
}
.TagClassName
{
border-color: #5E6FDD;
}
</style>