Shades of Royal Blue #515ADC
Tints of Royal Blue #515ADC
RGB
CMYK
RGB Variations
Color information
#515ADC (or 0x515ADC) is known color: Royal Blue. HEX triplet: 51, 5A and DC. RGB value is (81,90,220). Sum of RGB (Red+Green+Blue) = 81+90+220=391 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.72% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 220 (86.33% from 255 or 56.27% from 391); Max value from RGB is 220 - color contains mainly: blue. Hex color #515ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515ADC is #AEA523. Grayscale: #656565. Windows color (decimal): -11445540 or 14441041. OLE color: 14441041.
HSL color Cylindrical-coordinate representation of color #515ADC: hue angle of 236.12º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #515ADC is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 90 | 220 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.14 |
| HSL | 236.12º | 0.67% | 0.59% | - |
| HSV(B) | 236.12º | 0.63% | 0.86% | - |
| XYZ | 19.97 | 14.23 | 69.4 | - |
| YUV | 102.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 220 | 0.63 | 0.59 | 0 | 0.14 | 236.12 | 0.67 | 0.59 |
| Hex | 51 | 5A | DC | 3F | 3B | 0 | E | EC | 43 | 3B |
| Octal | 121 | 132 | 334 | 77 | 73 | 0 | 16 | 354 | 103 | 73 |
| Binary | 1010001 | 1011010 | 11011100 | 111111 | 111011 | 0 | 1110 | 11101100 | 1000011 | 111011 |
Color Harmonies of #515ADC
Complementary color
Monochromatic Colors of #515ADC
Black with #515ADC
Text Example
Text Example
White with #515ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515ADC; }
p { color: rgb(81,90,220); }
H1.HeaderClassName
{
color: #515ADC;
}
.AnyTagClassName
{
color: #515ADC;
}
</style>
background-color css
<style>
a { background-color: #515ADC; }
a { background-color: rgb(81,90,220); }
div.DivClassName
{
background-color: #515ADC;
}
.BgClassName
{
background-color: #515ADC;
}
</style>
border-color css
<style>
span { border-color: #515ADC; }
span { border-color: rgb(81,90,220); }
td.TdClassName
{
border-color: #515ADC;
}
.TagClassName
{
border-color: #515ADC;
}
</style>