Shades of Cornflower Blue #7992FA
Tints of Cornflower Blue #7992FA
RGB
CMYK
RGB Variations
Color information
#7992FA (or 0x7992FA) is known color: Cornflower Blue. HEX triplet: 79, 92 and FA. RGB value is (121,146,250). Sum of RGB (Red+Green+Blue) = 121+146+250=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #7992FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7992FA is #866D05. Grayscale: #959595. Windows color (decimal): -8809734 or 16421497. OLE color: 16421497.
HSL color Cylindrical-coordinate representation of color #7992FA: hue angle of 228.37º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7992FA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 146 | 250 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.02 |
| HSL | 228.37º | 0.93% | 0.73% | - |
| HSV(B) | 228.37º | 0.52% | 0.98% | - |
| XYZ | 35.42 | 31.52 | 94.66 | - |
| YUV | 150.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 250 | 0.52 | 0.42 | 0 | 0.02 | 228.37 | 0.93 | 0.73 |
| Hex | 79 | 92 | FA | 34 | 2A | 0 | 2 | E4 | 5D | 49 |
| Octal | 171 | 222 | 372 | 64 | 52 | 0 | 2 | 344 | 135 | 111 |
| Binary | 1111001 | 10010010 | 11111010 | 110100 | 101010 | 0 | 10 | 11100100 | 1011101 | 1001001 |
Color Harmonies of #7992FA
Complementary color
Monochromatic Colors of #7992FA
Black with #7992FA
Text Example
Text Example
White with #7992FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7992FA; }
p { color: rgb(121,146,250); }
H1.HeaderClassName
{
color: #7992FA;
}
.AnyTagClassName
{
color: #7992FA;
}
</style>
background-color css
<style>
a { background-color: #7992FA; }
a { background-color: rgb(121,146,250); }
div.DivClassName
{
background-color: #7992FA;
}
.BgClassName
{
background-color: #7992FA;
}
</style>
border-color css
<style>
span { border-color: #7992FA; }
span { border-color: rgb(121,146,250); }
td.TdClassName
{
border-color: #7992FA;
}
.TagClassName
{
border-color: #7992FA;
}
</style>