Shades of Royal Blue #505ADD
Tints of Royal Blue #505ADD
RGB
CMYK
RGB Variations
Color information
#505ADD (or 0x505ADD) is known color: Royal Blue. HEX triplet: 50, 5A and DD. RGB value is (80,90,221). Sum of RGB (Red+Green+Blue) = 80+90+221=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 221 (86.72% from 255 or 56.52% from 391); Max value from RGB is 221 - color contains mainly: blue. Hex color #505ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ADD is #AFA522. Grayscale: #656565. Windows color (decimal): -11511075 or 14506576. OLE color: 14506576.
HSL color Cylindrical-coordinate representation of color #505ADD: hue angle of 235.74º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #505ADD is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 90 | 221 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.13 |
| HSL | 235.74º | 0.67% | 0.59% | - |
| HSV(B) | 235.74º | 0.64% | 0.87% | - |
| XYZ | 20.02 | 14.24 | 70.1 | - |
| YUV | 101.94 | 195.19 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 90 | 221 | 0.64 | 0.59 | 0 | 0.13 | 235.74 | 0.67 | 0.59 |
| Hex | 50 | 5A | DD | 40 | 3B | 0 | D | EC | 43 | 3B |
| Octal | 120 | 132 | 335 | 100 | 73 | 0 | 15 | 354 | 103 | 73 |
| Binary | 1010000 | 1011010 | 11011101 | 1000000 | 111011 | 0 | 1101 | 11101100 | 1000011 | 111011 |
Color Harmonies of #505ADD
Complementary color
Monochromatic Colors of #505ADD
Black with #505ADD
Text Example
Text Example
White with #505ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505ADD; }
p { color: rgb(80,90,221); }
H1.HeaderClassName
{
color: #505ADD;
}
.AnyTagClassName
{
color: #505ADD;
}
</style>
background-color css
<style>
a { background-color: #505ADD; }
a { background-color: rgb(80,90,221); }
div.DivClassName
{
background-color: #505ADD;
}
.BgClassName
{
background-color: #505ADD;
}
</style>
border-color css
<style>
span { border-color: #505ADD; }
span { border-color: rgb(80,90,221); }
td.TdClassName
{
border-color: #505ADD;
}
.TagClassName
{
border-color: #505ADD;
}
</style>