Shades of Cornflower Blue #7688FE
Tints of Cornflower Blue #7688FE
RGB
CMYK
RGB Variations
Color information
#7688FE (or 0x7688FE) is known color: Cornflower Blue. HEX triplet: 76, 88 and FE. RGB value is (118,136,254). Sum of RGB (Red+Green+Blue) = 118+136+254=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 136 (53.52% from 255 or 26.77% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #7688FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7688FE is #897701. Grayscale: #8F8F8F. Windows color (decimal): -9008898 or 16681078. OLE color: 16681078.
HSL color Cylindrical-coordinate representation of color #7688FE: hue angle of 232.06º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7688FE is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 136 | 254 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.00 |
| HSL | 232.06º | 0.99% | 0.73% | - |
| HSV(B) | 232.06º | 0.54% | 1% | - |
| XYZ | 34.16 | 28.62 | 97.49 | - |
| YUV | 144.07 | 190.04 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 254 | 0.54 | 0.46 | 0 | 0.00 | 232.06 | 0.99 | 0.73 |
| Hex | 76 | 88 | FE | 36 | 2E | 0 | 0 | E8 | 63 | 49 |
| Octal | 166 | 210 | 376 | 66 | 56 | 0 | 0 | 350 | 143 | 111 |
| Binary | 1110110 | 10001000 | 11111110 | 110110 | 101110 | 0 | 0 | 11101000 | 1100011 | 1001001 |
Color Harmonies of #7688FE
Complementary color
Monochromatic Colors of #7688FE
Black with #7688FE
Text Example
Text Example
White with #7688FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688FE; }
p { color: rgb(118,136,254); }
H1.HeaderClassName
{
color: #7688FE;
}
.AnyTagClassName
{
color: #7688FE;
}
</style>
background-color css
<style>
a { background-color: #7688FE; }
a { background-color: rgb(118,136,254); }
div.DivClassName
{
background-color: #7688FE;
}
.BgClassName
{
background-color: #7688FE;
}
</style>
border-color css
<style>
span { border-color: #7688FE; }
span { border-color: rgb(118,136,254); }
td.TdClassName
{
border-color: #7688FE;
}
.TagClassName
{
border-color: #7688FE;
}
</style>