Shades of Cornflower Blue #7688EE
Tints of Cornflower Blue #7688EE
RGB
CMYK
RGB Variations
Color information
#7688EE (or 0x7688EE) is known color: Cornflower Blue. HEX triplet: 76, 88 and EE. RGB value is (118,136,238). Sum of RGB (Red+Green+Blue) = 118+136+238=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #7688EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7688EE is #897711. Grayscale: #8D8D8D. Windows color (decimal): -9008914 or 15632502. OLE color: 15632502.
HSL color Cylindrical-coordinate representation of color #7688EE: hue angle of 231º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7688EE is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 136 | 238 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.07 |
| HSL | 231º | 0.78% | 0.7% | - |
| HSV(B) | 231º | 0.5% | 0.93% | - |
| XYZ | 31.71 | 27.63 | 84.55 | - |
| YUV | 142.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 238 | 0.50 | 0.43 | 0 | 0.07 | 231 | 0.78 | 0.7 |
| Hex | 76 | 88 | EE | 32 | 2B | 0 | 7 | E7 | 4E | 46 |
| Octal | 166 | 210 | 356 | 62 | 53 | 0 | 7 | 347 | 116 | 106 |
| Binary | 1110110 | 10001000 | 11101110 | 110010 | 101011 | 0 | 111 | 11100111 | 1001110 | 1000110 |
Color Harmonies of #7688EE
Complementary color
Monochromatic Colors of #7688EE
Black with #7688EE
Text Example
Text Example
White with #7688EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688EE; }
p { color: rgb(118,136,238); }
H1.HeaderClassName
{
color: #7688EE;
}
.AnyTagClassName
{
color: #7688EE;
}
</style>
background-color css
<style>
a { background-color: #7688EE; }
a { background-color: rgb(118,136,238); }
div.DivClassName
{
background-color: #7688EE;
}
.BgClassName
{
background-color: #7688EE;
}
</style>
border-color css
<style>
span { border-color: #7688EE; }
span { border-color: rgb(118,136,238); }
td.TdClassName
{
border-color: #7688EE;
}
.TagClassName
{
border-color: #7688EE;
}
</style>