Shades of Royal Blue #497DFE
Tints of Royal Blue #497DFE
RGB
CMYK
RGB Variations
Color information
#497DFE (or 0x497DFE) is known color: Royal Blue. HEX triplet: 49, 7D and FE. RGB value is (73,125,254). Sum of RGB (Red+Green+Blue) = 73+125+254=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #497DFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DFE is #B68201. Grayscale: #7B7B7B. Windows color (decimal): -11960834 or 16678217. OLE color: 16678217.
HSL color Cylindrical-coordinate representation of color #497DFE: hue angle of 222.76º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497DFE is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 125 | 254 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.00 |
| HSL | 222.76º | 0.99% | 0.64% | - |
| HSV(B) | 222.76º | 0.71% | 1% | - |
| XYZ | 27.97 | 23.24 | 96.78 | - |
| YUV | 124.16 | 201.27 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 254 | 0.71 | 0.51 | 0 | 0.00 | 222.76 | 0.99 | 0.64 |
| Hex | 49 | 7D | FE | 47 | 33 | 0 | 0 | DF | 63 | 40 |
| Octal | 111 | 175 | 376 | 107 | 63 | 0 | 0 | 337 | 143 | 100 |
| Binary | 1001001 | 1111101 | 11111110 | 1000111 | 110011 | 0 | 0 | 11011111 | 1100011 | 1000000 |
Color Harmonies of #497DFE
Complementary color
Monochromatic Colors of #497DFE
Black with #497DFE
Text Example
Text Example
White with #497DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DFE; }
p { color: rgb(73,125,254); }
H1.HeaderClassName
{
color: #497DFE;
}
.AnyTagClassName
{
color: #497DFE;
}
</style>
background-color css
<style>
a { background-color: #497DFE; }
a { background-color: rgb(73,125,254); }
div.DivClassName
{
background-color: #497DFE;
}
.BgClassName
{
background-color: #497DFE;
}
</style>
border-color css
<style>
span { border-color: #497DFE; }
span { border-color: rgb(73,125,254); }
td.TdClassName
{
border-color: #497DFE;
}
.TagClassName
{
border-color: #497DFE;
}
</style>