Shades of Royal Blue #5165ED
Tints of Royal Blue #5165ED
RGB
CMYK
RGB Variations
Color information
#5165ED (or 0x5165ED) is known color: Royal Blue. HEX triplet: 51, 65 and ED. RGB value is (81,101,237). Sum of RGB (Red+Green+Blue) = 81+101+237=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #5165ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5165ED is #AE9A12. Grayscale: #6D6D6D. Windows color (decimal): -11442707 or 15557969. OLE color: 15557969.
HSL color Cylindrical-coordinate representation of color #5165ED: hue angle of 232.31º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5165ED is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 101 | 237 | - |
| CMYK | 0.66 | 0.57 | 0 | 0.07 |
| HSL | 232.31º | 0.81% | 0.62% | - |
| HSV(B) | 232.31º | 0.66% | 0.93% | - |
| XYZ | 23.33 | 17.17 | 82.21 | - |
| YUV | 110.52 | 199.37 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 237 | 0.66 | 0.57 | 0 | 0.07 | 232.31 | 0.81 | 0.62 |
| Hex | 51 | 65 | ED | 42 | 39 | 0 | 7 | E8 | 51 | 3E |
| Octal | 121 | 145 | 355 | 102 | 71 | 0 | 7 | 350 | 121 | 76 |
| Binary | 1010001 | 1100101 | 11101101 | 1000010 | 111001 | 0 | 111 | 11101000 | 1010001 | 111110 |
Color Harmonies of #5165ED
Complementary color
Monochromatic Colors of #5165ED
Black with #5165ED
Text Example
Text Example
White with #5165ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165ED; }
p { color: rgb(81,101,237); }
H1.HeaderClassName
{
color: #5165ED;
}
.AnyTagClassName
{
color: #5165ED;
}
</style>
background-color css
<style>
a { background-color: #5165ED; }
a { background-color: rgb(81,101,237); }
div.DivClassName
{
background-color: #5165ED;
}
.BgClassName
{
background-color: #5165ED;
}
</style>
border-color css
<style>
span { border-color: #5165ED; }
span { border-color: rgb(81,101,237); }
td.TdClassName
{
border-color: #5165ED;
}
.TagClassName
{
border-color: #5165ED;
}
</style>