Shades of Cornflower Blue #7494FA
Tints of Cornflower Blue #7494FA
RGB
CMYK
RGB Variations
Color information
#7494FA (or 0x7494FA) is known color: Cornflower Blue. HEX triplet: 74, 94 and FA. RGB value is (116,148,250). Sum of RGB (Red+Green+Blue) = 116+148+250=514 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.57% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #7494FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7494FA is #8B6B05. Grayscale: #959595. Windows color (decimal): -9136902 or 16422004. OLE color: 16422004.
HSL color Cylindrical-coordinate representation of color #7494FA: hue angle of 225.67º 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 #7494FA is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 148 | 250 | - |
| CMYK | 0.54 | 0.41 | 0 | 0.02 |
| HSL | 225.67º | 0.93% | 0.72% | - |
| HSV(B) | 225.67º | 0.54% | 0.98% | - |
| XYZ | 35.05 | 31.79 | 94.73 | - |
| YUV | 150.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 148 | 250 | 0.54 | 0.41 | 0 | 0.02 | 225.67 | 0.93 | 0.72 |
| Hex | 74 | 94 | FA | 36 | 29 | 0 | 2 | E2 | 5D | 48 |
| Octal | 164 | 224 | 372 | 66 | 51 | 0 | 2 | 342 | 135 | 110 |
| Binary | 1110100 | 10010100 | 11111010 | 110110 | 101001 | 0 | 10 | 11100010 | 1011101 | 1001000 |
Color Harmonies of #7494FA
Complementary color
Monochromatic Colors of #7494FA
Black with #7494FA
Text Example
Text Example
White with #7494FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7494FA; }
p { color: rgb(116,148,250); }
H1.HeaderClassName
{
color: #7494FA;
}
.AnyTagClassName
{
color: #7494FA;
}
</style>
background-color css
<style>
a { background-color: #7494FA; }
a { background-color: rgb(116,148,250); }
div.DivClassName
{
background-color: #7494FA;
}
.BgClassName
{
background-color: #7494FA;
}
</style>
border-color css
<style>
span { border-color: #7494FA; }
span { border-color: rgb(116,148,250); }
td.TdClassName
{
border-color: #7494FA;
}
.TagClassName
{
border-color: #7494FA;
}
</style>