Shades of Cornflower Blue #7696E8
Tints of Cornflower Blue #7696E8
RGB
CMYK
RGB Variations
Color information
#7696E8 (or 0x7696E8) is known color: Cornflower Blue. HEX triplet: 76, 96 and E8. RGB value is (118,150,232). Sum of RGB (Red+Green+Blue) = 118+150+232=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #7696E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7696E8 is #896917. Grayscale: #959595. Windows color (decimal): -9005336 or 15242870. OLE color: 15242870.
HSL color Cylindrical-coordinate representation of color #7696E8: hue angle of 223.16º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7696E8 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 150 | 232 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.09 |
| HSL | 223.16º | 0.71% | 0.69% | - |
| HSV(B) | 223.16º | 0.49% | 0.91% | - |
| XYZ | 32.94 | 31.49 | 80.69 | - |
| YUV | 149.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 232 | 0.49 | 0.35 | 0 | 0.09 | 223.16 | 0.71 | 0.69 |
| Hex | 76 | 96 | E8 | 31 | 23 | 0 | 9 | DF | 47 | 45 |
| Octal | 166 | 226 | 350 | 61 | 43 | 0 | 11 | 337 | 107 | 105 |
| Binary | 1110110 | 10010110 | 11101000 | 110001 | 100011 | 0 | 1001 | 11011111 | 1000111 | 1000101 |
Color Harmonies of #7696E8
Complementary color
Monochromatic Colors of #7696E8
Black with #7696E8
Text Example
Text Example
White with #7696E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696E8; }
p { color: rgb(118,150,232); }
H1.HeaderClassName
{
color: #7696E8;
}
.AnyTagClassName
{
color: #7696E8;
}
</style>
background-color css
<style>
a { background-color: #7696E8; }
a { background-color: rgb(118,150,232); }
div.DivClassName
{
background-color: #7696E8;
}
.BgClassName
{
background-color: #7696E8;
}
</style>
border-color css
<style>
span { border-color: #7696E8; }
span { border-color: rgb(118,150,232); }
td.TdClassName
{
border-color: #7696E8;
}
.TagClassName
{
border-color: #7696E8;
}
</style>