Shades of Cornflower Blue #7688FA
Tints of Cornflower Blue #7688FA
RGB
CMYK
RGB Variations
Color information
#7688FA (or 0x7688FA) is known color: Cornflower Blue. HEX triplet: 76, 88 and FA. RGB value is (118,136,250). Sum of RGB (Red+Green+Blue) = 118+136+250=504 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.41% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #7688FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7688FA is #897705. Grayscale: #8F8F8F. Windows color (decimal): -9008902 or 16418934. OLE color: 16418934.
HSL color Cylindrical-coordinate representation of color #7688FA: hue angle of 231.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7688FA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 136 | 250 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.02 |
| HSL | 231.82º | 0.93% | 0.72% | - |
| HSV(B) | 231.82º | 0.53% | 0.98% | - |
| XYZ | 33.53 | 28.36 | 94.15 | - |
| YUV | 143.61 | 188.04 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 136 | 250 | 0.53 | 0.46 | 0 | 0.02 | 231.82 | 0.93 | 0.72 |
| Hex | 76 | 88 | FA | 35 | 2E | 0 | 2 | E8 | 5D | 48 |
| Octal | 166 | 210 | 372 | 65 | 56 | 0 | 2 | 350 | 135 | 110 |
| Binary | 1110110 | 10001000 | 11111010 | 110101 | 101110 | 0 | 10 | 11101000 | 1011101 | 1001000 |
Color Harmonies of #7688FA
Complementary color
Monochromatic Colors of #7688FA
Black with #7688FA
Text Example
Text Example
White with #7688FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7688FA; }
p { color: rgb(118,136,250); }
H1.HeaderClassName
{
color: #7688FA;
}
.AnyTagClassName
{
color: #7688FA;
}
</style>
background-color css
<style>
a { background-color: #7688FA; }
a { background-color: rgb(118,136,250); }
div.DivClassName
{
background-color: #7688FA;
}
.BgClassName
{
background-color: #7688FA;
}
</style>
border-color css
<style>
span { border-color: #7688FA; }
span { border-color: rgb(118,136,250); }
td.TdClassName
{
border-color: #7688FA;
}
.TagClassName
{
border-color: #7688FA;
}
</style>