Shades of Royal Blue #497DEE
Tints of Royal Blue #497DEE
RGB
CMYK
RGB Variations
Color information
#497DEE (or 0x497DEE) is known color: Royal Blue. HEX triplet: 49, 7D and EE. RGB value is (73,125,238). Sum of RGB (Red+Green+Blue) = 73+125+238=436 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.74% from 436); Green value is 125 (49.22% from 255 or 28.67% from 436); Blue value is 238 (93.36% from 255 or 54.59% from 436); Max value from RGB is 238 - color contains mainly: blue. Hex color #497DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DEE is #B68211. Grayscale: #797979. Windows color (decimal): -11960850 or 15629641. OLE color: 15629641.
HSL color Cylindrical-coordinate representation of color #497DEE: hue angle of 221.09º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497DEE is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 125 | 238 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.07 |
| HSL | 221.09º | 0.83% | 0.61% | - |
| HSV(B) | 221.09º | 0.69% | 0.93% | - |
| XYZ | 25.51 | 22.26 | 83.84 | - |
| YUV | 122.33 | 193.27 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 238 | 0.69 | 0.47 | 0 | 0.07 | 221.09 | 0.83 | 0.61 |
| Hex | 49 | 7D | EE | 45 | 2F | 0 | 7 | DD | 53 | 3D |
| Octal | 111 | 175 | 356 | 105 | 57 | 0 | 7 | 335 | 123 | 75 |
| Binary | 1001001 | 1111101 | 11101110 | 1000101 | 101111 | 0 | 111 | 11011101 | 1010011 | 111101 |
Color Harmonies of #497DEE
Complementary color
Monochromatic Colors of #497DEE
Black with #497DEE
Text Example
Text Example
White with #497DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DEE; }
p { color: rgb(73,125,238); }
H1.HeaderClassName
{
color: #497DEE;
}
.AnyTagClassName
{
color: #497DEE;
}
</style>
background-color css
<style>
a { background-color: #497DEE; }
a { background-color: rgb(73,125,238); }
div.DivClassName
{
background-color: #497DEE;
}
.BgClassName
{
background-color: #497DEE;
}
</style>
border-color css
<style>
span { border-color: #497DEE; }
span { border-color: rgb(73,125,238); }
td.TdClassName
{
border-color: #497DEE;
}
.TagClassName
{
border-color: #497DEE;
}
</style>