Shades of Royal Blue #497CFE
Tints of Royal Blue #497CFE
RGB
CMYK
RGB Variations
Color information
#497CFE (or 0x497CFE) is known color: Royal Blue. HEX triplet: 49, 7C and FE. RGB value is (73,124,254). Sum of RGB (Red+Green+Blue) = 73+124+254=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #497CFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #497CFE is #B68301. Grayscale: #7B7B7B. Windows color (decimal): -11961090 or 16677961. OLE color: 16677961.
HSL color Cylindrical-coordinate representation of color #497CFE: hue angle of 223.09º 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 #497CFE is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 124 | 254 | - |
| CMYK | 0.71 | 0.51 | 0 | 0.00 |
| HSL | 223.09º | 0.99% | 0.64% | - |
| HSV(B) | 223.09º | 0.71% | 1% | - |
| XYZ | 27.84 | 22.99 | 96.74 | - |
| YUV | 123.57 | 201.6 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 254 | 0.71 | 0.51 | 0 | 0.00 | 223.09 | 0.99 | 0.64 |
| Hex | 49 | 7C | FE | 47 | 33 | 0 | 0 | DF | 63 | 40 |
| Octal | 111 | 174 | 376 | 107 | 63 | 0 | 0 | 337 | 143 | 100 |
| Binary | 1001001 | 1111100 | 11111110 | 1000111 | 110011 | 0 | 0 | 11011111 | 1100011 | 1000000 |
Color Harmonies of #497CFE
Complementary color
Monochromatic Colors of #497CFE
Black with #497CFE
Text Example
Text Example
White with #497CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497CFE; }
p { color: rgb(73,124,254); }
H1.HeaderClassName
{
color: #497CFE;
}
.AnyTagClassName
{
color: #497CFE;
}
</style>
background-color css
<style>
a { background-color: #497CFE; }
a { background-color: rgb(73,124,254); }
div.DivClassName
{
background-color: #497CFE;
}
.BgClassName
{
background-color: #497CFE;
}
</style>
border-color css
<style>
span { border-color: #497CFE; }
span { border-color: rgb(73,124,254); }
td.TdClassName
{
border-color: #497CFE;
}
.TagClassName
{
border-color: #497CFE;
}
</style>