Shades of Royal Blue #497DEB
Tints of Royal Blue #497DEB
RGB
CMYK
RGB Variations
Color information
#497DEB (or 0x497DEB) is known color: Royal Blue. HEX triplet: 49, 7D and EB. RGB value is (73,125,235). Sum of RGB (Red+Green+Blue) = 73+125+235=433 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.86% from 433); Green value is 125 (49.22% from 255 or 28.87% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #497DEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DEB is #B68214. Grayscale: #797979. Windows color (decimal): -11960853 or 15433033. OLE color: 15433033.
HSL color Cylindrical-coordinate representation of color #497DEB: hue angle of 220.74º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #497DEB is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 125 | 235 | - |
| CMYK | 0.69 | 0.47 | 0 | 0.08 |
| HSL | 220.74º | 0.8% | 0.6% | - |
| HSV(B) | 220.74º | 0.69% | 0.92% | - |
| XYZ | 25.08 | 22.08 | 81.54 | - |
| YUV | 121.99 | 191.77 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 235 | 0.69 | 0.47 | 0 | 0.08 | 220.74 | 0.8 | 0.6 |
| Hex | 49 | 7D | EB | 45 | 2F | 0 | 8 | DD | 50 | 3C |
| Octal | 111 | 175 | 353 | 105 | 57 | 0 | 10 | 335 | 120 | 74 |
| Binary | 1001001 | 1111101 | 11101011 | 1000101 | 101111 | 0 | 1000 | 11011101 | 1010000 | 111100 |
Color Harmonies of #497DEB
Complementary color
Monochromatic Colors of #497DEB
Black with #497DEB
Text Example
Text Example
White with #497DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DEB; }
p { color: rgb(73,125,235); }
H1.HeaderClassName
{
color: #497DEB;
}
.AnyTagClassName
{
color: #497DEB;
}
</style>
background-color css
<style>
a { background-color: #497DEB; }
a { background-color: rgb(73,125,235); }
div.DivClassName
{
background-color: #497DEB;
}
.BgClassName
{
background-color: #497DEB;
}
</style>
border-color css
<style>
span { border-color: #497DEB; }
span { border-color: rgb(73,125,235); }
td.TdClassName
{
border-color: #497DEB;
}
.TagClassName
{
border-color: #497DEB;
}
</style>