Shades of Cornflower Blue #7688FF
Tints of Cornflower Blue #7688FF
RGB
CMYK
RGB Variations
Color information
#7688FF (or 0x7688FF) is known color: Cornflower Blue. HEX triplet: 76, 88 and FF. RGB value is (118,136,255). Sum of RGB (Red+Green+Blue) = 118+136+255=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #7688FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7688FF is #897700. Grayscale: #8F8F8F. Windows color (decimal): -9008897 or 16746614. OLE color: 16746614.
HSL color Cylindrical-coordinate representation of color #7688FF: hue angle of 232.12º 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 #7688FF is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 136 | 255 | - |
| CMYK | 0.54 | 0.47 | 0 | 0 |
| HSL | 232.12º | 1% | 0.73% | - |
| HSV(B) | 232.12º | 0.54% | 1% | - |
| XYZ | 34.33 | 28.68 | 98.33 | - |
| YUV | 144.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 255 | 0.54 | 0.47 | 0 | 0 | 232.12 | 1 | 0.73 |
| Hex | 76 | 88 | FF | 36 | 2F | 0 | 0 | E8 | 64 | 49 |
| Octal | 166 | 210 | 377 | 66 | 57 | 0 | 0 | 350 | 144 | 111 |
| Binary | 1110110 | 10001000 | 11111111 | 110110 | 101111 | 0 | 0 | 11101000 | 1100100 | 1001001 |
Color Harmonies of #7688FF
Complementary color
Monochromatic Colors of #7688FF
Black with #7688FF
Text Example
Text Example
White with #7688FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688FF; }
p { color: rgb(118,136,255); }
H1.HeaderClassName
{
color: #7688FF;
}
.AnyTagClassName
{
color: #7688FF;
}
</style>
background-color css
<style>
a { background-color: #7688FF; }
a { background-color: rgb(118,136,255); }
div.DivClassName
{
background-color: #7688FF;
}
.BgClassName
{
background-color: #7688FF;
}
</style>
border-color css
<style>
span { border-color: #7688FF; }
span { border-color: rgb(118,136,255); }
td.TdClassName
{
border-color: #7688FF;
}
.TagClassName
{
border-color: #7688FF;
}
</style>