Shades of Cornflower Blue #498BFA
Tints of Cornflower Blue #498BFA
RGB
CMYK
RGB Variations
Color information
#498BFA (or 0x498BFA) is known color: Cornflower Blue. HEX triplet: 49, 8B and FA. RGB value is (73,139,250). Sum of RGB (Red+Green+Blue) = 73+139+250=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 139 (54.69% from 255 or 30.09% from 462); Blue value is 250 (98.05% from 255 or 54.11% from 462); Max value from RGB is 250 - color contains mainly: blue. Hex color #498BFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498BFA is #B67405. Grayscale: #838383. Windows color (decimal): -11957254 or 16419657. OLE color: 16419657.
HSL color Cylindrical-coordinate representation of color #498BFA: hue angle of 217.63º 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 #498BFA is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 139 | 250 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.02 |
| HSL | 217.63º | 0.95% | 0.63% | - |
| HSV(B) | 217.63º | 0.71% | 0.98% | - |
| XYZ | 29.24 | 26.78 | 94.07 | - |
| YUV | 131.92 | 194.63 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 250 | 0.71 | 0.44 | 0 | 0.02 | 217.63 | 0.95 | 0.63 |
| Hex | 49 | 8B | FA | 47 | 2C | 0 | 2 | DA | 5F | 3F |
| Octal | 111 | 213 | 372 | 107 | 54 | 0 | 2 | 332 | 137 | 77 |
| Binary | 1001001 | 10001011 | 11111010 | 1000111 | 101100 | 0 | 10 | 11011010 | 1011111 | 111111 |
Color Harmonies of #498BFA
Complementary color
Monochromatic Colors of #498BFA
Black with #498BFA
Text Example
Text Example
White with #498BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498BFA; }
p { color: rgb(73,139,250); }
H1.HeaderClassName
{
color: #498BFA;
}
.AnyTagClassName
{
color: #498BFA;
}
</style>
background-color css
<style>
a { background-color: #498BFA; }
a { background-color: rgb(73,139,250); }
div.DivClassName
{
background-color: #498BFA;
}
.BgClassName
{
background-color: #498BFA;
}
</style>
border-color css
<style>
span { border-color: #498BFA; }
span { border-color: rgb(73,139,250); }
td.TdClassName
{
border-color: #498BFA;
}
.TagClassName
{
border-color: #498BFA;
}
</style>