Shades of Royal Blue #5060DD
Tints of Royal Blue #5060DD
RGB
CMYK
RGB Variations
Color information
#5060DD (or 0x5060DD) is known color: Royal Blue. HEX triplet: 50, 60 and DD. RGB value is (80,96,221). Sum of RGB (Red+Green+Blue) = 80+96+221=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #5060DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5060DD is #AF9F22. Grayscale: #686868. Windows color (decimal): -11509539 or 14508112. OLE color: 14508112.
HSL color Cylindrical-coordinate representation of color #5060DD: hue angle of 233.19º 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 #5060DD is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 96 | 221 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.13 |
| HSL | 233.19º | 0.67% | 0.59% | - |
| HSV(B) | 233.19º | 0.64% | 0.87% | - |
| XYZ | 20.54 | 15.29 | 70.28 | - |
| YUV | 105.47 | 193.2 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 96 | 221 | 0.64 | 0.57 | 0 | 0.13 | 233.19 | 0.67 | 0.59 |
| Hex | 50 | 60 | DD | 40 | 39 | 0 | D | E9 | 43 | 3B |
| Octal | 120 | 140 | 335 | 100 | 71 | 0 | 15 | 351 | 103 | 73 |
| Binary | 1010000 | 1100000 | 11011101 | 1000000 | 111001 | 0 | 1101 | 11101001 | 1000011 | 111011 |
Color Harmonies of #5060DD
Complementary color
Monochromatic Colors of #5060DD
Black with #5060DD
Text Example
Text Example
White with #5060DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5060DD; }
p { color: rgb(80,96,221); }
H1.HeaderClassName
{
color: #5060DD;
}
.AnyTagClassName
{
color: #5060DD;
}
</style>
background-color css
<style>
a { background-color: #5060DD; }
a { background-color: rgb(80,96,221); }
div.DivClassName
{
background-color: #5060DD;
}
.BgClassName
{
background-color: #5060DD;
}
</style>
border-color css
<style>
span { border-color: #5060DD; }
span { border-color: rgb(80,96,221); }
td.TdClassName
{
border-color: #5060DD;
}
.TagClassName
{
border-color: #5060DD;
}
</style>