Shades of Cornflower Blue #7992EC
Tints of Cornflower Blue #7992EC
RGB
CMYK
RGB Variations
Color information
#7992EC (or 0x7992EC) is known color: Cornflower Blue. HEX triplet: 79, 92 and EC. RGB value is (121,146,236). Sum of RGB (Red+Green+Blue) = 121+146+236=503 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.06% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #7992EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7992EC is #866D13. Grayscale: #949494. Windows color (decimal): -8809748 or 15503993. OLE color: 15503993.
HSL color Cylindrical-coordinate representation of color #7992EC: hue angle of 226.96º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7992EC is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 146 | 236 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.07 |
| HSL | 226.96º | 0.75% | 0.7% | - |
| HSV(B) | 226.96º | 0.49% | 0.93% | - |
| XYZ | 33.3 | 30.68 | 83.52 | - |
| YUV | 148.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 236 | 0.49 | 0.38 | 0 | 0.07 | 226.96 | 0.75 | 0.7 |
| Hex | 79 | 92 | EC | 31 | 26 | 0 | 7 | E3 | 4B | 46 |
| Octal | 171 | 222 | 354 | 61 | 46 | 0 | 7 | 343 | 113 | 106 |
| Binary | 1111001 | 10010010 | 11101100 | 110001 | 100110 | 0 | 111 | 11100011 | 1001011 | 1000110 |
Color Harmonies of #7992EC
Complementary color
Monochromatic Colors of #7992EC
Black with #7992EC
Text Example
Text Example
White with #7992EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7992EC; }
p { color: rgb(121,146,236); }
H1.HeaderClassName
{
color: #7992EC;
}
.AnyTagClassName
{
color: #7992EC;
}
</style>
background-color css
<style>
a { background-color: #7992EC; }
a { background-color: rgb(121,146,236); }
div.DivClassName
{
background-color: #7992EC;
}
.BgClassName
{
background-color: #7992EC;
}
</style>
border-color css
<style>
span { border-color: #7992EC; }
span { border-color: rgb(121,146,236); }
td.TdClassName
{
border-color: #7992EC;
}
.TagClassName
{
border-color: #7992EC;
}
</style>