Shades of Cornflower Blue #498CFA
Tints of Cornflower Blue #498CFA
RGB
CMYK
RGB Variations
Color information
#498CFA (or 0x498CFA) is known color: Cornflower Blue. HEX triplet: 49, 8C and FA. RGB value is (73,140,250). Sum of RGB (Red+Green+Blue) = 73+140+250=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #498CFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CFA is #B67305. Grayscale: #848484. Windows color (decimal): -11956998 or 16419913. OLE color: 16419913.
HSL color Cylindrical-coordinate representation of color #498CFA: hue angle of 217.29º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498CFA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 140 | 250 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.02 |
| HSL | 217.29º | 0.95% | 0.63% | - |
| HSV(B) | 217.29º | 0.71% | 0.98% | - |
| XYZ | 29.38 | 27.07 | 94.12 | - |
| YUV | 132.51 | 194.3 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 250 | 0.71 | 0.44 | 0 | 0.02 | 217.29 | 0.95 | 0.63 |
| Hex | 49 | 8C | FA | 47 | 2C | 0 | 2 | D9 | 5F | 3F |
| Octal | 111 | 214 | 372 | 107 | 54 | 0 | 2 | 331 | 137 | 77 |
| Binary | 1001001 | 10001100 | 11111010 | 1000111 | 101100 | 0 | 10 | 11011001 | 1011111 | 111111 |
Color Harmonies of #498CFA
Complementary color
Monochromatic Colors of #498CFA
Black with #498CFA
Text Example
Text Example
White with #498CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CFA; }
p { color: rgb(73,140,250); }
H1.HeaderClassName
{
color: #498CFA;
}
.AnyTagClassName
{
color: #498CFA;
}
</style>
background-color css
<style>
a { background-color: #498CFA; }
a { background-color: rgb(73,140,250); }
div.DivClassName
{
background-color: #498CFA;
}
.BgClassName
{
background-color: #498CFA;
}
</style>
border-color css
<style>
span { border-color: #498CFA; }
span { border-color: rgb(73,140,250); }
td.TdClassName
{
border-color: #498CFA;
}
.TagClassName
{
border-color: #498CFA;
}
</style>