Shades of Royal Blue #515CDD
Tints of Royal Blue #515CDD
RGB
CMYK
RGB Variations
Color information
#515CDD (or 0x515CDD) is known color: Royal Blue. HEX triplet: 51, 5C and DD. RGB value is (81,92,221). Sum of RGB (Red+Green+Blue) = 81+92+221=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 221 (86.72% from 255 or 56.09% from 394); Max value from RGB is 221 - color contains mainly: blue. Hex color #515CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515CDD is #AEA322. Grayscale: #666666. Windows color (decimal): -11445027 or 14507089. OLE color: 14507089.
HSL color Cylindrical-coordinate representation of color #515CDD: hue angle of 235.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #515CDD is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 92 | 221 | - |
| CMYK | 0.63 | 0.58 | 0 | 0.13 |
| HSL | 235.29º | 0.67% | 0.59% | - |
| HSV(B) | 235.29º | 0.63% | 0.87% | - |
| XYZ | 20.27 | 14.62 | 70.16 | - |
| YUV | 103.42 | 194.36 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 92 | 221 | 0.63 | 0.58 | 0 | 0.13 | 235.29 | 0.67 | 0.59 |
| Hex | 51 | 5C | DD | 3F | 3A | 0 | D | EB | 43 | 3B |
| Octal | 121 | 134 | 335 | 77 | 72 | 0 | 15 | 353 | 103 | 73 |
| Binary | 1010001 | 1011100 | 11011101 | 111111 | 111010 | 0 | 1101 | 11101011 | 1000011 | 111011 |
Color Harmonies of #515CDD
Complementary color
Monochromatic Colors of #515CDD
Black with #515CDD
Text Example
Text Example
White with #515CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515CDD; }
p { color: rgb(81,92,221); }
H1.HeaderClassName
{
color: #515CDD;
}
.AnyTagClassName
{
color: #515CDD;
}
</style>
background-color css
<style>
a { background-color: #515CDD; }
a { background-color: rgb(81,92,221); }
div.DivClassName
{
background-color: #515CDD;
}
.BgClassName
{
background-color: #515CDD;
}
</style>
border-color css
<style>
span { border-color: #515CDD; }
span { border-color: rgb(81,92,221); }
td.TdClassName
{
border-color: #515CDD;
}
.TagClassName
{
border-color: #515CDD;
}
</style>