Shades of Cornflower Blue #7392FA
Tints of Cornflower Blue #7392FA
RGB
CMYK
RGB Variations
Color information
#7392FA (or 0x7392FA) is known color: Cornflower Blue. HEX triplet: 73, 92 and FA. RGB value is (115,146,250). Sum of RGB (Red+Green+Blue) = 115+146+250=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #7392FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7392FA is #8C6D05. Grayscale: #949494. Windows color (decimal): -9202950 or 16421491. OLE color: 16421491.
HSL color Cylindrical-coordinate representation of color #7392FA: hue angle of 226.22º 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 #7392FA is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 146 | 250 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.02 |
| HSL | 226.22º | 0.93% | 0.72% | - |
| HSV(B) | 226.22º | 0.54% | 0.98% | - |
| XYZ | 34.6 | 31.1 | 94.62 | - |
| YUV | 148.59 | 185.23 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 146 | 250 | 0.54 | 0.42 | 0 | 0.02 | 226.22 | 0.93 | 0.72 |
| Hex | 73 | 92 | FA | 36 | 2A | 0 | 2 | E2 | 5D | 48 |
| Octal | 163 | 222 | 372 | 66 | 52 | 0 | 2 | 342 | 135 | 110 |
| Binary | 1110011 | 10010010 | 11111010 | 110110 | 101010 | 0 | 10 | 11100010 | 1011101 | 1001000 |
Color Harmonies of #7392FA
Complementary color
Monochromatic Colors of #7392FA
Black with #7392FA
Text Example
Text Example
White with #7392FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7392FA; }
p { color: rgb(115,146,250); }
H1.HeaderClassName
{
color: #7392FA;
}
.AnyTagClassName
{
color: #7392FA;
}
</style>
background-color css
<style>
a { background-color: #7392FA; }
a { background-color: rgb(115,146,250); }
div.DivClassName
{
background-color: #7392FA;
}
.BgClassName
{
background-color: #7392FA;
}
</style>
border-color css
<style>
span { border-color: #7392FA; }
span { border-color: rgb(115,146,250); }
td.TdClassName
{
border-color: #7392FA;
}
.TagClassName
{
border-color: #7392FA;
}
</style>