Shades of Royal Blue #515ADF
Tints of Royal Blue #515ADF
RGB
CMYK
RGB Variations
Color information
#515ADF (or 0x515ADF) is known color: Royal Blue. HEX triplet: 51, 5A and DF. RGB value is (81,90,223). Sum of RGB (Red+Green+Blue) = 81+90+223=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #515ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ADF is #AEA520. Grayscale: #656565. Windows color (decimal): -11445537 or 14637649. OLE color: 14637649.
HSL color Cylindrical-coordinate representation of color #515ADF: hue angle of 236.2º 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 #515ADF is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 90 | 223 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.13 |
| HSL | 236.2º | 0.69% | 0.6% | - |
| HSV(B) | 236.2º | 0.64% | 0.87% | - |
| XYZ | 20.37 | 14.39 | 71.52 | - |
| YUV | 102.47 | 196.02 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 223 | 0.64 | 0.60 | 0 | 0.13 | 236.2 | 0.69 | 0.6 |
| Hex | 51 | 5A | DF | 40 | 3C | 0 | D | EC | 45 | 3C |
| Octal | 121 | 132 | 337 | 100 | 74 | 0 | 15 | 354 | 105 | 74 |
| Binary | 1010001 | 1011010 | 11011111 | 1000000 | 111100 | 0 | 1101 | 11101100 | 1000101 | 111100 |
Color Harmonies of #515ADF
Complementary color
Monochromatic Colors of #515ADF
Black with #515ADF
Text Example
Text Example
White with #515ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515ADF; }
p { color: rgb(81,90,223); }
H1.HeaderClassName
{
color: #515ADF;
}
.AnyTagClassName
{
color: #515ADF;
}
</style>
background-color css
<style>
a { background-color: #515ADF; }
a { background-color: rgb(81,90,223); }
div.DivClassName
{
background-color: #515ADF;
}
.BgClassName
{
background-color: #515ADF;
}
</style>
border-color css
<style>
span { border-color: #515ADF; }
span { border-color: rgb(81,90,223); }
td.TdClassName
{
border-color: #515ADF;
}
.TagClassName
{
border-color: #515ADF;
}
</style>