Shades of Royal Blue #5165DF
Tints of Royal Blue #5165DF
RGB
CMYK
RGB Variations
Color information
#5165DF (or 0x5165DF) is known color: Royal Blue. HEX triplet: 51, 65 and DF. RGB value is (81,101,223). Sum of RGB (Red+Green+Blue) = 81+101+223=405 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 223 (87.5% from 255 or 55.06% from 405); Max value from RGB is 223 - color contains mainly: blue. Hex color #5165DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5165DF is #AE9A20. Grayscale: #6C6C6C. Windows color (decimal): -11442721 or 14640465. OLE color: 14640465.
HSL color Cylindrical-coordinate representation of color #5165DF: hue angle of 231.55º 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 #5165DF is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 101 | 223 | - |
| CMYK | 0.64 | 0.55 | 0 | 0.13 |
| HSL | 231.55º | 0.69% | 0.6% | - |
| HSV(B) | 231.55º | 0.64% | 0.87% | - |
| XYZ | 21.37 | 16.38 | 71.85 | - |
| YUV | 108.93 | 192.37 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 101 | 223 | 0.64 | 0.55 | 0 | 0.13 | 231.55 | 0.69 | 0.6 |
| Hex | 51 | 65 | DF | 40 | 37 | 0 | D | E8 | 45 | 3C |
| Octal | 121 | 145 | 337 | 100 | 67 | 0 | 15 | 350 | 105 | 74 |
| Binary | 1010001 | 1100101 | 11011111 | 1000000 | 110111 | 0 | 1101 | 11101000 | 1000101 | 111100 |
Color Harmonies of #5165DF
Complementary color
Monochromatic Colors of #5165DF
Black with #5165DF
Text Example
Text Example
White with #5165DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5165DF; }
p { color: rgb(81,101,223); }
H1.HeaderClassName
{
color: #5165DF;
}
.AnyTagClassName
{
color: #5165DF;
}
</style>
background-color css
<style>
a { background-color: #5165DF; }
a { background-color: rgb(81,101,223); }
div.DivClassName
{
background-color: #5165DF;
}
.BgClassName
{
background-color: #5165DF;
}
</style>
border-color css
<style>
span { border-color: #5165DF; }
span { border-color: rgb(81,101,223); }
td.TdClassName
{
border-color: #5165DF;
}
.TagClassName
{
border-color: #5165DF;
}
</style>