Shades of Cornflower Blue #7696E0
Tints of Cornflower Blue #7696E0
RGB
CMYK
RGB Variations
Color information
#7696E0 (or 0x7696E0) is known color: Cornflower Blue. HEX triplet: 76, 96 and E0. RGB value is (118,150,224). Sum of RGB (Red+Green+Blue) = 118+150+224=492 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.98% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #7696E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7696E0 is #89691F. Grayscale: #949494. Windows color (decimal): -9005344 or 14718582. OLE color: 14718582.
HSL color Cylindrical-coordinate representation of color #7696E0: hue angle of 221.89º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7696E0 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 150 | 224 | - |
| CMYK | 0.47 | 0.33 | 0 | 0.12 |
| HSL | 221.89º | 0.63% | 0.67% | - |
| HSV(B) | 221.89º | 0.47% | 0.88% | - |
| XYZ | 31.83 | 31.05 | 74.84 | - |
| YUV | 148.87 | 170.4 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 224 | 0.47 | 0.33 | 0 | 0.12 | 221.89 | 0.63 | 0.67 |
| Hex | 76 | 96 | E0 | 2F | 21 | 0 | C | DE | 3F | 43 |
| Octal | 166 | 226 | 340 | 57 | 41 | 0 | 14 | 336 | 77 | 103 |
| Binary | 1110110 | 10010110 | 11100000 | 101111 | 100001 | 0 | 1100 | 11011110 | 111111 | 1000011 |
Color Harmonies of #7696E0
Complementary color
Monochromatic Colors of #7696E0
Black with #7696E0
Text Example
Text Example
White with #7696E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7696E0; }
p { color: rgb(118,150,224); }
H1.HeaderClassName
{
color: #7696E0;
}
.AnyTagClassName
{
color: #7696E0;
}
</style>
background-color css
<style>
a { background-color: #7696E0; }
a { background-color: rgb(118,150,224); }
div.DivClassName
{
background-color: #7696E0;
}
.BgClassName
{
background-color: #7696E0;
}
</style>
border-color css
<style>
span { border-color: #7696E0; }
span { border-color: rgb(118,150,224); }
td.TdClassName
{
border-color: #7696E0;
}
.TagClassName
{
border-color: #7696E0;
}
</style>