Shades of Royal Blue #497DF1
Tints of Royal Blue #497DF1
RGB
CMYK
RGB Variations
Color information
#497DF1 (or 0x497DF1) is known color: Royal Blue. HEX triplet: 49, 7D and F1. RGB value is (73,125,241). Sum of RGB (Red+Green+Blue) = 73+125+241=439 (58% of max value = 765). Red value is 73 (28.91% from 255 or 16.63% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 241 (94.53% from 255 or 54.90% from 439); Max value from RGB is 241 - color contains mainly: blue. Hex color #497DF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497DF1 is #B6820E. Grayscale: #7A7A7A. Windows color (decimal): -11960847 or 15826249. OLE color: 15826249.
HSL color Cylindrical-coordinate representation of color #497DF1: hue angle of 221.43º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497DF1 is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 125 | 241 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.05 |
| HSL | 221.43º | 0.86% | 0.62% | - |
| HSV(B) | 221.43º | 0.7% | 0.95% | - |
| XYZ | 25.96 | 22.43 | 86.18 | - |
| YUV | 122.68 | 194.77 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 125 | 241 | 0.70 | 0.48 | 0 | 0.05 | 221.43 | 0.86 | 0.62 |
| Hex | 49 | 7D | F1 | 46 | 30 | 0 | 5 | DD | 56 | 3E |
| Octal | 111 | 175 | 361 | 106 | 60 | 0 | 5 | 335 | 126 | 76 |
| Binary | 1001001 | 1111101 | 11110001 | 1000110 | 110000 | 0 | 101 | 11011101 | 1010110 | 111110 |
Color Harmonies of #497DF1
Complementary color
Monochromatic Colors of #497DF1
Black with #497DF1
Text Example
Text Example
White with #497DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497DF1; }
p { color: rgb(73,125,241); }
H1.HeaderClassName
{
color: #497DF1;
}
.AnyTagClassName
{
color: #497DF1;
}
</style>
background-color css
<style>
a { background-color: #497DF1; }
a { background-color: rgb(73,125,241); }
div.DivClassName
{
background-color: #497DF1;
}
.BgClassName
{
background-color: #497DF1;
}
</style>
border-color css
<style>
span { border-color: #497DF1; }
span { border-color: rgb(73,125,241); }
td.TdClassName
{
border-color: #497DF1;
}
.TagClassName
{
border-color: #497DF1;
}
</style>