Shades of Cornflower Blue #7698F0
Tints of Cornflower Blue #7698F0
RGB
CMYK
RGB Variations
Color information
#7698F0 (or 0x7698F0) is known color: Cornflower Blue. HEX triplet: 76, 98 and F0. RGB value is (118,152,240). Sum of RGB (Red+Green+Blue) = 118+152+240=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #7698F0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7698F0 is #89670F. Grayscale: #979797. Windows color (decimal): -9004816 or 15767670. OLE color: 15767670.
HSL color Cylindrical-coordinate representation of color #7698F0: hue angle of 223.28º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7698F0 is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 152 | 240 | - |
| CMYK | 0.51 | 0.37 | 0 | 0.06 |
| HSL | 223.28º | 0.8% | 0.7% | - |
| HSV(B) | 223.28º | 0.51% | 0.94% | - |
| XYZ | 34.43 | 32.6 | 86.92 | - |
| YUV | 151.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 240 | 0.51 | 0.37 | 0 | 0.06 | 223.28 | 0.8 | 0.7 |
| Hex | 76 | 98 | F0 | 33 | 25 | 0 | 6 | DF | 50 | 46 |
| Octal | 166 | 230 | 360 | 63 | 45 | 0 | 6 | 337 | 120 | 106 |
| Binary | 1110110 | 10011000 | 11110000 | 110011 | 100101 | 0 | 110 | 11011111 | 1010000 | 1000110 |
Color Harmonies of #7698F0
Complementary color
Monochromatic Colors of #7698F0
Black with #7698F0
Text Example
Text Example
White with #7698F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698F0; }
p { color: rgb(118,152,240); }
H1.HeaderClassName
{
color: #7698F0;
}
.AnyTagClassName
{
color: #7698F0;
}
</style>
background-color css
<style>
a { background-color: #7698F0; }
a { background-color: rgb(118,152,240); }
div.DivClassName
{
background-color: #7698F0;
}
.BgClassName
{
background-color: #7698F0;
}
</style>
border-color css
<style>
span { border-color: #7698F0; }
span { border-color: rgb(118,152,240); }
td.TdClassName
{
border-color: #7698F0;
}
.TagClassName
{
border-color: #7698F0;
}
</style>