Shades of Cornflower Blue #7490FA
Tints of Cornflower Blue #7490FA
RGB
CMYK
RGB Variations
Color information
#7490FA (or 0x7490FA) is known color: Cornflower Blue. HEX triplet: 74, 90 and FA. RGB value is (116,144,250). Sum of RGB (Red+Green+Blue) = 116+144+250=510 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.75% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #7490FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7490FA is #8B6F05. Grayscale: #939393. Windows color (decimal): -9137926 or 16420980. OLE color: 16420980.
HSL color Cylindrical-coordinate representation of color #7490FA: hue angle of 227.46º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7490FA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 144 | 250 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.02 |
| HSL | 227.46º | 0.93% | 0.72% | - |
| HSV(B) | 227.46º | 0.54% | 0.98% | - |
| XYZ | 34.43 | 30.56 | 94.53 | - |
| YUV | 147.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 250 | 0.54 | 0.42 | 0 | 0.02 | 227.46 | 0.93 | 0.72 |
| Hex | 74 | 90 | FA | 36 | 2A | 0 | 2 | E3 | 5D | 48 |
| Octal | 164 | 220 | 372 | 66 | 52 | 0 | 2 | 343 | 135 | 110 |
| Binary | 1110100 | 10010000 | 11111010 | 110110 | 101010 | 0 | 10 | 11100011 | 1011101 | 1001000 |
Color Harmonies of #7490FA
Complementary color
Monochromatic Colors of #7490FA
Black with #7490FA
Text Example
Text Example
White with #7490FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7490FA; }
p { color: rgb(116,144,250); }
H1.HeaderClassName
{
color: #7490FA;
}
.AnyTagClassName
{
color: #7490FA;
}
</style>
background-color css
<style>
a { background-color: #7490FA; }
a { background-color: rgb(116,144,250); }
div.DivClassName
{
background-color: #7490FA;
}
.BgClassName
{
background-color: #7490FA;
}
</style>
border-color css
<style>
span { border-color: #7490FA; }
span { border-color: rgb(116,144,250); }
td.TdClassName
{
border-color: #7490FA;
}
.TagClassName
{
border-color: #7490FA;
}
</style>