Shades of Cornflower Blue #498AFE
Tints of Cornflower Blue #498AFE
RGB
CMYK
RGB Variations
Color information
#498AFE (or 0x498AFE) is known color: Cornflower Blue. HEX triplet: 49, 8A and FE. RGB value is (73,138,254). Sum of RGB (Red+Green+Blue) = 73+138+254=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 138 (54.30% from 255 or 29.68% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #498AFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498AFE is #B67501. Grayscale: #838383. Windows color (decimal): -11957506 or 16681545. OLE color: 16681545.
HSL color Cylindrical-coordinate representation of color #498AFE: hue angle of 218.45º 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 #498AFE is Cyan = 0.71, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 138 | 254 | - |
| CMYK | 0.71 | 0.46 | 0 | 0.00 |
| HSL | 218.45º | 0.99% | 0.64% | - |
| HSV(B) | 218.45º | 0.71% | 1% | - |
| XYZ | 29.73 | 26.75 | 97.36 | - |
| YUV | 131.79 | 196.97 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 138 | 254 | 0.71 | 0.46 | 0 | 0.00 | 218.45 | 0.99 | 0.64 |
| Hex | 49 | 8A | FE | 47 | 2E | 0 | 0 | DA | 63 | 40 |
| Octal | 111 | 212 | 376 | 107 | 56 | 0 | 0 | 332 | 143 | 100 |
| Binary | 1001001 | 10001010 | 11111110 | 1000111 | 101110 | 0 | 0 | 11011010 | 1100011 | 1000000 |
Color Harmonies of #498AFE
Complementary color
Monochromatic Colors of #498AFE
Black with #498AFE
Text Example
Text Example
White with #498AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498AFE; }
p { color: rgb(73,138,254); }
H1.HeaderClassName
{
color: #498AFE;
}
.AnyTagClassName
{
color: #498AFE;
}
</style>
background-color css
<style>
a { background-color: #498AFE; }
a { background-color: rgb(73,138,254); }
div.DivClassName
{
background-color: #498AFE;
}
.BgClassName
{
background-color: #498AFE;
}
</style>
border-color css
<style>
span { border-color: #498AFE; }
span { border-color: rgb(73,138,254); }
td.TdClassName
{
border-color: #498AFE;
}
.TagClassName
{
border-color: #498AFE;
}
</style>