Shades of Cornflower Blue #7698FF
Tints of Cornflower Blue #7698FF
RGB
CMYK
RGB Variations
Color information
#7698FF (or 0x7698FF) is known color: Cornflower Blue. HEX triplet: 76, 98 and FF. RGB value is (118,152,255). Sum of RGB (Red+Green+Blue) = 118+152+255=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #7698FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7698FF is #896700. Grayscale: #999999. Windows color (decimal): -9004801 or 16750710. OLE color: 16750710.
HSL color Cylindrical-coordinate representation of color #7698FF: hue angle of 225.11º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7698FF is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 152 | 255 | - |
| CMYK | 0.54 | 0.40 | 0 | 0 |
| HSL | 225.11º | 1% | 0.73% | - |
| HSV(B) | 225.11º | 0.54% | 1% | - |
| XYZ | 36.75 | 33.53 | 99.14 | - |
| YUV | 153.58 | 185.24 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 255 | 0.54 | 0.40 | 0 | 0 | 225.11 | 1 | 0.73 |
| Hex | 76 | 98 | FF | 36 | 28 | 0 | 0 | E1 | 64 | 49 |
| Octal | 166 | 230 | 377 | 66 | 50 | 0 | 0 | 341 | 144 | 111 |
| Binary | 1110110 | 10011000 | 11111111 | 110110 | 101000 | 0 | 0 | 11100001 | 1100100 | 1001001 |
Color Harmonies of #7698FF
Complementary color
Monochromatic Colors of #7698FF
Black with #7698FF
Text Example
Text Example
White with #7698FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698FF; }
p { color: rgb(118,152,255); }
H1.HeaderClassName
{
color: #7698FF;
}
.AnyTagClassName
{
color: #7698FF;
}
</style>
background-color css
<style>
a { background-color: #7698FF; }
a { background-color: rgb(118,152,255); }
div.DivClassName
{
background-color: #7698FF;
}
.BgClassName
{
background-color: #7698FF;
}
</style>
border-color css
<style>
span { border-color: #7698FF; }
span { border-color: rgb(118,152,255); }
td.TdClassName
{
border-color: #7698FF;
}
.TagClassName
{
border-color: #7698FF;
}
</style>