Shades of Royal Blue #497DFF
Tints of Royal Blue #497DFF
RGB
CMYK
RGB Variations
Color information
#497DFF (or 0x497DFF) is known color: Royal Blue. HEX triplet: 49, 7D and FF. RGB value is (73,125,255). Sum of RGB (Red+Green+Blue) = 73+125+255=453 (60% of max value = 765). Red value is 73 (28.91% from 255 or 16.11% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #497DFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DFF is #B68200. Grayscale: #7B7B7B. Windows color (decimal): -11960833 or 16743753. OLE color: 16743753.
HSL color Cylindrical-coordinate representation of color #497DFF: hue angle of 222.86º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #497DFF is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 73 | 125 | 255 | - |
| CMYK | 0.71 | 0.51 | 0 | 0 |
| HSL | 222.86º | 1% | 0.64% | - |
| HSV(B) | 222.86º | 0.71% | 1% | - |
| XYZ | 28.13 | 23.3 | 97.62 | - |
| YUV | 124.27 | 201.77 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 255 | 0.71 | 0.51 | 0 | 0 | 222.86 | 1 | 0.64 |
| Hex | 49 | 7D | FF | 47 | 33 | 0 | 0 | DF | 64 | 40 |
| Octal | 111 | 175 | 377 | 107 | 63 | 0 | 0 | 337 | 144 | 100 |
| Binary | 1001001 | 1111101 | 11111111 | 1000111 | 110011 | 0 | 0 | 11011111 | 1100100 | 1000000 |
Color Harmonies of #497DFF
Complementary color
Monochromatic Colors of #497DFF
Black with #497DFF
Text Example
Text Example
White with #497DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DFF; }
p { color: rgb(73,125,255); }
H1.HeaderClassName
{
color: #497DFF;
}
.AnyTagClassName
{
color: #497DFF;
}
</style>
background-color css
<style>
a { background-color: #497DFF; }
a { background-color: rgb(73,125,255); }
div.DivClassName
{
background-color: #497DFF;
}
.BgClassName
{
background-color: #497DFF;
}
</style>
border-color css
<style>
span { border-color: #497DFF; }
span { border-color: rgb(73,125,255); }
td.TdClassName
{
border-color: #497DFF;
}
.TagClassName
{
border-color: #497DFF;
}
</style>