Shades of Cornflower Blue #7988EF
Tints of Cornflower Blue #7988EF
RGB
CMYK
RGB Variations
Color information
#7988EF (or 0x7988EF) is known color: Cornflower Blue. HEX triplet: 79, 88 and EF. RGB value is (121,136,239). Sum of RGB (Red+Green+Blue) = 121+136+239=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #7988EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7988EF is #867710. Grayscale: #8E8E8E. Windows color (decimal): -8812305 or 15698041. OLE color: 15698041.
HSL color Cylindrical-coordinate representation of color #7988EF: hue angle of 232.37º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7988EF is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 136 | 239 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.06 |
| HSL | 232.37º | 0.79% | 0.71% | - |
| HSV(B) | 232.37º | 0.49% | 0.94% | - |
| XYZ | 32.27 | 27.91 | 85.35 | - |
| YUV | 143.26 | 182.03 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 136 | 239 | 0.49 | 0.43 | 0 | 0.06 | 232.37 | 0.79 | 0.71 |
| Hex | 79 | 88 | EF | 31 | 2B | 0 | 6 | E8 | 4F | 47 |
| Octal | 171 | 210 | 357 | 61 | 53 | 0 | 6 | 350 | 117 | 107 |
| Binary | 1111001 | 10001000 | 11101111 | 110001 | 101011 | 0 | 110 | 11101000 | 1001111 | 1000111 |
Color Harmonies of #7988EF
Complementary color
Monochromatic Colors of #7988EF
Black with #7988EF
Text Example
Text Example
White with #7988EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7988EF; }
p { color: rgb(121,136,239); }
H1.HeaderClassName
{
color: #7988EF;
}
.AnyTagClassName
{
color: #7988EF;
}
</style>
background-color css
<style>
a { background-color: #7988EF; }
a { background-color: rgb(121,136,239); }
div.DivClassName
{
background-color: #7988EF;
}
.BgClassName
{
background-color: #7988EF;
}
</style>
border-color css
<style>
span { border-color: #7988EF; }
span { border-color: rgb(121,136,239); }
td.TdClassName
{
border-color: #7988EF;
}
.TagClassName
{
border-color: #7988EF;
}
</style>