Shades of Royal Blue #497AF0
Tints of Royal Blue #497AF0
RGB
CMYK
RGB Variations
Color information
#497AF0 (or 0x497AF0) is known color: Royal Blue. HEX triplet: 49, 7A and F0. RGB value is (73,122,240). Sum of RGB (Red+Green+Blue) = 73+122+240=435 (57% of max value = 765). Red value is 73 (28.91% from 255 or 16.78% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #497AF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497AF0 is #B6850F. Grayscale: #787878. Windows color (decimal): -11961616 or 15759945. OLE color: 15759945.
HSL color Cylindrical-coordinate representation of color #497AF0: hue angle of 222.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #497AF0 is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 122 | 240 | - |
| CMYK | 0.70 | 0.49 | 0 | 0.06 |
| HSL | 222.4º | 0.85% | 0.61% | - |
| HSV(B) | 222.4º | 0.7% | 0.94% | - |
| XYZ | 25.44 | 21.63 | 85.27 | - |
| YUV | 120.8 | 195.27 | 93.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 240 | 0.70 | 0.49 | 0 | 0.06 | 222.4 | 0.85 | 0.61 |
| Hex | 49 | 7A | F0 | 46 | 31 | 0 | 6 | DE | 55 | 3D |
| Octal | 111 | 172 | 360 | 106 | 61 | 0 | 6 | 336 | 125 | 75 |
| Binary | 1001001 | 1111010 | 11110000 | 1000110 | 110001 | 0 | 110 | 11011110 | 1010101 | 111101 |
Color Harmonies of #497AF0
Complementary color
Monochromatic Colors of #497AF0
Black with #497AF0
Text Example
Text Example
White with #497AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497AF0; }
p { color: rgb(73,122,240); }
H1.HeaderClassName
{
color: #497AF0;
}
.AnyTagClassName
{
color: #497AF0;
}
</style>
background-color css
<style>
a { background-color: #497AF0; }
a { background-color: rgb(73,122,240); }
div.DivClassName
{
background-color: #497AF0;
}
.BgClassName
{
background-color: #497AF0;
}
</style>
border-color css
<style>
span { border-color: #497AF0; }
span { border-color: rgb(73,122,240); }
td.TdClassName
{
border-color: #497AF0;
}
.TagClassName
{
border-color: #497AF0;
}
</style>