Shades of Cornflower Blue #7988F4
Tints of Cornflower Blue #7988F4
RGB
CMYK
RGB Variations
Color information
#7988F4 (or 0x7988F4) is known color: Cornflower Blue. HEX triplet: 79, 88 and F4. RGB value is (121,136,244). Sum of RGB (Red+Green+Blue) = 121+136+244=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #7988F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7988F4 is #86770B. Grayscale: #8F8F8F. Windows color (decimal): -8812300 or 16025721. OLE color: 16025721.
HSL color Cylindrical-coordinate representation of color #7988F4: hue angle of 232.68º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7988F4 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 121 | 136 | 244 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.04 |
| HSL | 232.68º | 0.85% | 0.72% | - |
| HSV(B) | 232.68º | 0.5% | 0.96% | - |
| XYZ | 33.02 | 28.2 | 89.29 | - |
| YUV | 143.83 | 184.53 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 244 | 0.50 | 0.44 | 0 | 0.04 | 232.68 | 0.85 | 0.72 |
| Hex | 79 | 88 | F4 | 32 | 2C | 0 | 4 | E9 | 55 | 48 |
| Octal | 171 | 210 | 364 | 62 | 54 | 0 | 4 | 351 | 125 | 110 |
| Binary | 1111001 | 10001000 | 11110100 | 110010 | 101100 | 0 | 100 | 11101001 | 1010101 | 1001000 |
Color Harmonies of #7988F4
Complementary color
Monochromatic Colors of #7988F4
Black with #7988F4
Text Example
Text Example
White with #7988F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7988F4; }
p { color: rgb(121,136,244); }
H1.HeaderClassName
{
color: #7988F4;
}
.AnyTagClassName
{
color: #7988F4;
}
</style>
background-color css
<style>
a { background-color: #7988F4; }
a { background-color: rgb(121,136,244); }
div.DivClassName
{
background-color: #7988F4;
}
.BgClassName
{
background-color: #7988F4;
}
</style>
border-color css
<style>
span { border-color: #7988F4; }
span { border-color: rgb(121,136,244); }
td.TdClassName
{
border-color: #7988F4;
}
.TagClassName
{
border-color: #7988F4;
}
</style>