Shades of Royal Blue #5159DF
Tints of Royal Blue #5159DF
RGB
CMYK
RGB Variations
Color information
#5159DF (or 0x5159DF) is known color: Royal Blue. HEX triplet: 51, 59 and DF. RGB value is (81,89,223). Sum of RGB (Red+Green+Blue) = 81+89+223=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #5159DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5159DF is #AEA620. Grayscale: #656565. Windows color (decimal): -11445793 or 14637393. OLE color: 14637393.
HSL color Cylindrical-coordinate representation of color #5159DF: hue angle of 236.62º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5159DF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 89 | 223 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.13 |
| HSL | 236.62º | 0.69% | 0.6% | - |
| HSV(B) | 236.62º | 0.64% | 0.87% | - |
| XYZ | 20.29 | 14.22 | 71.49 | - |
| YUV | 101.88 | 196.35 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 89 | 223 | 0.64 | 0.60 | 0 | 0.13 | 236.62 | 0.69 | 0.6 |
| Hex | 51 | 59 | DF | 40 | 3C | 0 | D | ED | 45 | 3C |
| Octal | 121 | 131 | 337 | 100 | 74 | 0 | 15 | 355 | 105 | 74 |
| Binary | 1010001 | 1011001 | 11011111 | 1000000 | 111100 | 0 | 1101 | 11101101 | 1000101 | 111100 |
Color Harmonies of #5159DF
Complementary color
Monochromatic Colors of #5159DF
Black with #5159DF
Text Example
Text Example
White with #5159DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5159DF; }
p { color: rgb(81,89,223); }
H1.HeaderClassName
{
color: #5159DF;
}
.AnyTagClassName
{
color: #5159DF;
}
</style>
background-color css
<style>
a { background-color: #5159DF; }
a { background-color: rgb(81,89,223); }
div.DivClassName
{
background-color: #5159DF;
}
.BgClassName
{
background-color: #5159DF;
}
</style>
border-color css
<style>
span { border-color: #5159DF; }
span { border-color: rgb(81,89,223); }
td.TdClassName
{
border-color: #5159DF;
}
.TagClassName
{
border-color: #5159DF;
}
</style>