Shades of Cornflower Blue #7992F2
Tints of Cornflower Blue #7992F2
RGB
CMYK
RGB Variations
Color information
#7992F2 (or 0x7992F2) is known color: Cornflower Blue. HEX triplet: 79, 92 and F2. RGB value is (121,146,242). Sum of RGB (Red+Green+Blue) = 121+146+242=509 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.77% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #7992F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7992F2 is #866D0D. Grayscale: #959595. Windows color (decimal): -8809742 or 15897209. OLE color: 15897209.
HSL color Cylindrical-coordinate representation of color #7992F2: hue angle of 227.6º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7992F2 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 121 | 146 | 242 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.05 |
| HSL | 227.6º | 0.82% | 0.71% | - |
| HSV(B) | 227.6º | 0.5% | 0.95% | - |
| XYZ | 34.19 | 31.03 | 88.19 | - |
| YUV | 149.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 146 | 242 | 0.50 | 0.40 | 0 | 0.05 | 227.6 | 0.82 | 0.71 |
| Hex | 79 | 92 | F2 | 32 | 28 | 0 | 5 | E4 | 52 | 47 |
| Octal | 171 | 222 | 362 | 62 | 50 | 0 | 5 | 344 | 122 | 107 |
| Binary | 1111001 | 10010010 | 11110010 | 110010 | 101000 | 0 | 101 | 11100100 | 1010010 | 1000111 |
Color Harmonies of #7992F2
Complementary color
Monochromatic Colors of #7992F2
Black with #7992F2
Text Example
Text Example
White with #7992F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7992F2; }
p { color: rgb(121,146,242); }
H1.HeaderClassName
{
color: #7992F2;
}
.AnyTagClassName
{
color: #7992F2;
}
</style>
background-color css
<style>
a { background-color: #7992F2; }
a { background-color: rgb(121,146,242); }
div.DivClassName
{
background-color: #7992F2;
}
.BgClassName
{
background-color: #7992F2;
}
</style>
border-color css
<style>
span { border-color: #7992F2; }
span { border-color: rgb(121,146,242); }
td.TdClassName
{
border-color: #7992F2;
}
.TagClassName
{
border-color: #7992F2;
}
</style>