Shades of Cornflower Blue #7988EC
Tints of Cornflower Blue #7988EC
RGB
CMYK
RGB Variations
Color information
#7988EC (or 0x7988EC) is known color: Cornflower Blue. HEX triplet: 79, 88 and EC. RGB value is (121,136,236). Sum of RGB (Red+Green+Blue) = 121+136+236=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #7988EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7988EC is #867713. Grayscale: #8E8E8E. Windows color (decimal): -8812308 or 15501433. OLE color: 15501433.
HSL color Cylindrical-coordinate representation of color #7988EC: hue angle of 232.17º 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 #7988EC is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 136 | 236 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.07 |
| HSL | 232.17º | 0.75% | 0.7% | - |
| HSV(B) | 232.17º | 0.49% | 0.93% | - |
| XYZ | 31.83 | 27.73 | 83.03 | - |
| YUV | 142.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 236 | 0.49 | 0.42 | 0 | 0.07 | 232.17 | 0.75 | 0.7 |
| Hex | 79 | 88 | EC | 31 | 2A | 0 | 7 | E8 | 4B | 46 |
| Octal | 171 | 210 | 354 | 61 | 52 | 0 | 7 | 350 | 113 | 106 |
| Binary | 1111001 | 10001000 | 11101100 | 110001 | 101010 | 0 | 111 | 11101000 | 1001011 | 1000110 |
Color Harmonies of #7988EC
Complementary color
Monochromatic Colors of #7988EC
Black with #7988EC
Text Example
Text Example
White with #7988EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7988EC; }
p { color: rgb(121,136,236); }
H1.HeaderClassName
{
color: #7988EC;
}
.AnyTagClassName
{
color: #7988EC;
}
</style>
background-color css
<style>
a { background-color: #7988EC; }
a { background-color: rgb(121,136,236); }
div.DivClassName
{
background-color: #7988EC;
}
.BgClassName
{
background-color: #7988EC;
}
</style>
border-color css
<style>
span { border-color: #7988EC; }
span { border-color: rgb(121,136,236); }
td.TdClassName
{
border-color: #7988EC;
}
.TagClassName
{
border-color: #7988EC;
}
</style>