Shades of Royal Blue #497DDF
Tints of Royal Blue #497DDF
RGB
CMYK
RGB Variations
Color information
#497DDF (or 0x497DDF) is known color: Royal Blue. HEX triplet: 49, 7D and DF. RGB value is (73,125,223). Sum of RGB (Red+Green+Blue) = 73+125+223=421 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.34% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #497DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497DDF is #B68220. Grayscale: #787878. Windows color (decimal): -11960865 or 14646601. OLE color: 14646601.
HSL color Cylindrical-coordinate representation of color #497DDF: hue angle of 219.2º degrees, saturation: 0.7, 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 #497DDF is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 125 | 223 | - |
| CMYK | 0.67 | 0.44 | 0 | 0.13 |
| HSL | 219.2º | 0.7% | 0.58% | - |
| HSV(B) | 219.2º | 0.67% | 0.87% | - |
| XYZ | 23.4 | 21.41 | 72.71 | - |
| YUV | 120.62 | 185.77 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 223 | 0.67 | 0.44 | 0 | 0.13 | 219.2 | 0.7 | 0.58 |
| Hex | 49 | 7D | DF | 43 | 2C | 0 | D | DB | 46 | 3A |
| Octal | 111 | 175 | 337 | 103 | 54 | 0 | 15 | 333 | 106 | 72 |
| Binary | 1001001 | 1111101 | 11011111 | 1000011 | 101100 | 0 | 1101 | 11011011 | 1000110 | 111010 |
Color Harmonies of #497DDF
Complementary color
Monochromatic Colors of #497DDF
Black with #497DDF
Text Example
Text Example
White with #497DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DDF; }
p { color: rgb(73,125,223); }
H1.HeaderClassName
{
color: #497DDF;
}
.AnyTagClassName
{
color: #497DDF;
}
</style>
background-color css
<style>
a { background-color: #497DDF; }
a { background-color: rgb(73,125,223); }
div.DivClassName
{
background-color: #497DDF;
}
.BgClassName
{
background-color: #497DDF;
}
</style>
border-color css
<style>
span { border-color: #497DDF; }
span { border-color: rgb(73,125,223); }
td.TdClassName
{
border-color: #497DDF;
}
.TagClassName
{
border-color: #497DDF;
}
</style>