Shades of Royal Blue #497EDF
Tints of Royal Blue #497EDF
RGB
CMYK
RGB Variations
Color information
#497EDF (or 0x497EDF) is known color: Royal Blue. HEX triplet: 49, 7E and DF. RGB value is (73,126,223). Sum of RGB (Red+Green+Blue) = 73+126+223=422 (55% of max value = 765). Red value is 73 (28.91% from 255 or 17.30% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #497EDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #497EDF is #B68120. Grayscale: #787878. Windows color (decimal): -11960609 or 14646857. OLE color: 14646857.
HSL color Cylindrical-coordinate representation of color #497EDF: hue angle of 218.8º 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 #497EDF is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 126 | 223 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.13 |
| HSL | 218.8º | 0.7% | 0.58% | - |
| HSV(B) | 218.8º | 0.67% | 0.87% | - |
| XYZ | 23.53 | 21.67 | 72.75 | - |
| YUV | 121.21 | 185.44 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 223 | 0.67 | 0.43 | 0 | 0.13 | 218.8 | 0.7 | 0.58 |
| Hex | 49 | 7E | DF | 43 | 2B | 0 | D | DB | 46 | 3A |
| Octal | 111 | 176 | 337 | 103 | 53 | 0 | 15 | 333 | 106 | 72 |
| Binary | 1001001 | 1111110 | 11011111 | 1000011 | 101011 | 0 | 1101 | 11011011 | 1000110 | 111010 |
Color Harmonies of #497EDF
Complementary color
Monochromatic Colors of #497EDF
Black with #497EDF
Text Example
Text Example
White with #497EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497EDF; }
p { color: rgb(73,126,223); }
H1.HeaderClassName
{
color: #497EDF;
}
.AnyTagClassName
{
color: #497EDF;
}
</style>
background-color css
<style>
a { background-color: #497EDF; }
a { background-color: rgb(73,126,223); }
div.DivClassName
{
background-color: #497EDF;
}
.BgClassName
{
background-color: #497EDF;
}
</style>
border-color css
<style>
span { border-color: #497EDF; }
span { border-color: rgb(73,126,223); }
td.TdClassName
{
border-color: #497EDF;
}
.TagClassName
{
border-color: #497EDF;
}
</style>