Shades of Cornflower Blue #7698EA
Tints of Cornflower Blue #7698EA
RGB
CMYK
RGB Variations
Color information
#7698EA (or 0x7698EA) is known color: Cornflower Blue. HEX triplet: 76, 98 and EA. RGB value is (118,152,234). Sum of RGB (Red+Green+Blue) = 118+152+234=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 234 - color contains mainly: blue. Hex color #7698EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7698EA is #896715. Grayscale: #969696. Windows color (decimal): -9004822 or 15374454. OLE color: 15374454.
HSL color Cylindrical-coordinate representation of color #7698EA: hue angle of 222.41º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7698EA is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 152 | 234 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.08 |
| HSL | 222.41º | 0.73% | 0.69% | - |
| HSV(B) | 222.41º | 0.5% | 0.92% | - |
| XYZ | 33.55 | 32.25 | 82.3 | - |
| YUV | 151.18 | 174.74 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 234 | 0.50 | 0.35 | 0 | 0.08 | 222.41 | 0.73 | 0.69 |
| Hex | 76 | 98 | EA | 32 | 23 | 0 | 8 | DE | 49 | 45 |
| Octal | 166 | 230 | 352 | 62 | 43 | 0 | 10 | 336 | 111 | 105 |
| Binary | 1110110 | 10011000 | 11101010 | 110010 | 100011 | 0 | 1000 | 11011110 | 1001001 | 1000101 |
Color Harmonies of #7698EA
Complementary color
Monochromatic Colors of #7698EA
Black with #7698EA
Text Example
Text Example
White with #7698EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698EA; }
p { color: rgb(118,152,234); }
H1.HeaderClassName
{
color: #7698EA;
}
.AnyTagClassName
{
color: #7698EA;
}
</style>
background-color css
<style>
a { background-color: #7698EA; }
a { background-color: rgb(118,152,234); }
div.DivClassName
{
background-color: #7698EA;
}
.BgClassName
{
background-color: #7698EA;
}
</style>
border-color css
<style>
span { border-color: #7698EA; }
span { border-color: rgb(118,152,234); }
td.TdClassName
{
border-color: #7698EA;
}
.TagClassName
{
border-color: #7698EA;
}
</style>