Shades of Royal Blue #497DDD
Tints of Royal Blue #497DDD
RGB
CMYK
RGB Variations
Color information
#497DDD (or 0x497DDD) is known color: Royal Blue. HEX triplet: 49, 7D and DD. RGB value is (73,125,221). Sum of RGB (Red+Green+Blue) = 73+125+221=419 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.42% from 419); Green value is 125 (49.22% from 255 or 29.83% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #497DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DDD is #B68222. Grayscale: #777777. Windows color (decimal): -11960867 or 14515529. OLE color: 14515529.
HSL color Cylindrical-coordinate representation of color #497DDD: hue angle of 218.92º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #497DDD is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 125 | 221 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.13 |
| HSL | 218.92º | 0.69% | 0.58% | - |
| HSV(B) | 218.92º | 0.67% | 0.87% | - |
| XYZ | 23.13 | 21.3 | 71.3 | - |
| YUV | 120.4 | 184.77 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 221 | 0.67 | 0.43 | 0 | 0.13 | 218.92 | 0.69 | 0.58 |
| Hex | 49 | 7D | DD | 43 | 2B | 0 | D | DB | 45 | 3A |
| Octal | 111 | 175 | 335 | 103 | 53 | 0 | 15 | 333 | 105 | 72 |
| Binary | 1001001 | 1111101 | 11011101 | 1000011 | 101011 | 0 | 1101 | 11011011 | 1000101 | 111010 |
Color Harmonies of #497DDD
Complementary color
Monochromatic Colors of #497DDD
Black with #497DDD
Text Example
Text Example
White with #497DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DDD; }
p { color: rgb(73,125,221); }
H1.HeaderClassName
{
color: #497DDD;
}
.AnyTagClassName
{
color: #497DDD;
}
</style>
background-color css
<style>
a { background-color: #497DDD; }
a { background-color: rgb(73,125,221); }
div.DivClassName
{
background-color: #497DDD;
}
.BgClassName
{
background-color: #497DDD;
}
</style>
border-color css
<style>
span { border-color: #497DDD; }
span { border-color: rgb(73,125,221); }
td.TdClassName
{
border-color: #497DDD;
}
.TagClassName
{
border-color: #497DDD;
}
</style>