Shades of Cornflower Blue #7686EC
Tints of Cornflower Blue #7686EC
RGB
CMYK
RGB Variations
Color information
#7686EC (or 0x7686EC) is known color: Cornflower Blue. HEX triplet: 76, 86 and EC. RGB value is (118,134,236). Sum of RGB (Red+Green+Blue) = 118+134+236=488 (64% of max value = 765). Red value is 118 (46.48% from 255 or 24.18% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #7686EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7686EC is #897913. Grayscale: #8C8C8C. Windows color (decimal): -9009428 or 15500918. OLE color: 15500918.
HSL color Cylindrical-coordinate representation of color #7686EC: hue angle of 231.86º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7686EC is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 134 | 236 | - |
| CMYK | 0.5 | 0.43 | 0 | 0.07 |
| HSL | 231.86º | 0.76% | 0.69% | - |
| HSV(B) | 231.86º | 0.5% | 0.93% | - |
| XYZ | 31.14 | 26.96 | 82.92 | - |
| YUV | 140.84 | 181.7 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 236 | 0.5 | 0.43 | 0 | 0.07 | 231.86 | 0.76 | 0.69 |
| Hex | 76 | 86 | EC | 32 | 2B | 0 | 7 | E8 | 4C | 45 |
| Octal | 166 | 206 | 354 | 62 | 53 | 0 | 7 | 350 | 114 | 105 |
| Binary | 1110110 | 10000110 | 11101100 | 110010 | 101011 | 0 | 111 | 11101000 | 1001100 | 1000101 |
Color Harmonies of #7686EC
Complementary color
Monochromatic Colors of #7686EC
Black with #7686EC
Text Example
Text Example
White with #7686EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686EC; }
p { color: rgb(118,134,236); }
H1.HeaderClassName
{
color: #7686EC;
}
.AnyTagClassName
{
color: #7686EC;
}
</style>
background-color css
<style>
a { background-color: #7686EC; }
a { background-color: rgb(118,134,236); }
div.DivClassName
{
background-color: #7686EC;
}
.BgClassName
{
background-color: #7686EC;
}
</style>
border-color css
<style>
span { border-color: #7686EC; }
span { border-color: rgb(118,134,236); }
td.TdClassName
{
border-color: #7686EC;
}
.TagClassName
{
border-color: #7686EC;
}
</style>