Shades of Cornflower Blue #7986ED
Tints of Cornflower Blue #7986ED
RGB
CMYK
RGB Variations
Color information
#7986ED (or 0x7986ED) is known color: Cornflower Blue. HEX triplet: 79, 86 and ED. RGB value is (121,134,237). Sum of RGB (Red+Green+Blue) = 121+134+237=492 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.59% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #7986ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7986ED is #867912. Grayscale: #8D8D8D. Windows color (decimal): -8812819 or 15566457. OLE color: 15566457.
HSL color Cylindrical-coordinate representation of color #7986ED: hue angle of 233.28º degrees, saturation: 0.76, 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 #7986ED is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 134 | 237 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.07 |
| HSL | 233.28º | 0.76% | 0.7% | - |
| HSV(B) | 233.28º | 0.49% | 0.93% | - |
| XYZ | 31.7 | 27.23 | 83.71 | - |
| YUV | 141.86 | 181.69 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 134 | 237 | 0.49 | 0.43 | 0 | 0.07 | 233.28 | 0.76 | 0.7 |
| Hex | 79 | 86 | ED | 31 | 2B | 0 | 7 | E9 | 4C | 46 |
| Octal | 171 | 206 | 355 | 61 | 53 | 0 | 7 | 351 | 114 | 106 |
| Binary | 1111001 | 10000110 | 11101101 | 110001 | 101011 | 0 | 111 | 11101001 | 1001100 | 1000110 |
Color Harmonies of #7986ED
Complementary color
Monochromatic Colors of #7986ED
Black with #7986ED
Text Example
Text Example
White with #7986ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7986ED; }
p { color: rgb(121,134,237); }
H1.HeaderClassName
{
color: #7986ED;
}
.AnyTagClassName
{
color: #7986ED;
}
</style>
background-color css
<style>
a { background-color: #7986ED; }
a { background-color: rgb(121,134,237); }
div.DivClassName
{
background-color: #7986ED;
}
.BgClassName
{
background-color: #7986ED;
}
</style>
border-color css
<style>
span { border-color: #7986ED; }
span { border-color: rgb(121,134,237); }
td.TdClassName
{
border-color: #7986ED;
}
.TagClassName
{
border-color: #7986ED;
}
</style>