Shades of Royal Blue #515EDE
Tints of Royal Blue #515EDE
RGB
CMYK
RGB Variations
Color information
#515EDE (or 0x515EDE) is known color: Royal Blue. HEX triplet: 51, 5E and DE. RGB value is (81,94,222). Sum of RGB (Red+Green+Blue) = 81+94+222=397 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.40% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #515EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EDE is #AEA121. Grayscale: #686868. Windows color (decimal): -11444514 or 14573137. OLE color: 14573137.
HSL color Cylindrical-coordinate representation of color #515EDE: hue angle of 234.47º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #515EDE is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 94 | 222 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.13 |
| HSL | 234.47º | 0.68% | 0.59% | - |
| HSV(B) | 234.47º | 0.64% | 0.87% | - |
| XYZ | 20.58 | 15.03 | 70.92 | - |
| YUV | 104.71 | 194.19 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 94 | 222 | 0.64 | 0.58 | 0 | 0.13 | 234.47 | 0.68 | 0.59 |
| Hex | 51 | 5E | DE | 40 | 3A | 0 | D | EA | 44 | 3B |
| Octal | 121 | 136 | 336 | 100 | 72 | 0 | 15 | 352 | 104 | 73 |
| Binary | 1010001 | 1011110 | 11011110 | 1000000 | 111010 | 0 | 1101 | 11101010 | 1000100 | 111011 |
Color Harmonies of #515EDE
Complementary color
Monochromatic Colors of #515EDE
Black with #515EDE
Text Example
Text Example
White with #515EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515EDE; }
p { color: rgb(81,94,222); }
H1.HeaderClassName
{
color: #515EDE;
}
.AnyTagClassName
{
color: #515EDE;
}
</style>
background-color css
<style>
a { background-color: #515EDE; }
a { background-color: rgb(81,94,222); }
div.DivClassName
{
background-color: #515EDE;
}
.BgClassName
{
background-color: #515EDE;
}
</style>
border-color css
<style>
span { border-color: #515EDE; }
span { border-color: rgb(81,94,222); }
td.TdClassName
{
border-color: #515EDE;
}
.TagClassName
{
border-color: #515EDE;
}
</style>