Shades of Cornflower Blue #7686F8
Tints of Cornflower Blue #7686F8
RGB
CMYK
RGB Variations
Color information
#7686F8 (or 0x7686F8) is known color: Cornflower Blue. HEX triplet: 76, 86 and F8. RGB value is (118,134,248). Sum of RGB (Red+Green+Blue) = 118+134+248=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #7686F8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7686F8 is #897907. Grayscale: #8D8D8D. Windows color (decimal): -9009416 or 16287350. OLE color: 16287350.
HSL color Cylindrical-coordinate representation of color #7686F8: hue angle of 232.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7686F8 is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 134 | 248 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.03 |
| HSL | 232.62º | 0.9% | 0.72% | - |
| HSV(B) | 232.62º | 0.52% | 0.97% | - |
| XYZ | 32.94 | 27.68 | 92.41 | - |
| YUV | 142.21 | 187.7 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 248 | 0.52 | 0.46 | 0 | 0.03 | 232.62 | 0.9 | 0.72 |
| Hex | 76 | 86 | F8 | 34 | 2E | 0 | 3 | E9 | 5A | 48 |
| Octal | 166 | 206 | 370 | 64 | 56 | 0 | 3 | 351 | 132 | 110 |
| Binary | 1110110 | 10000110 | 11111000 | 110100 | 101110 | 0 | 11 | 11101001 | 1011010 | 1001000 |
Color Harmonies of #7686F8
Complementary color
Monochromatic Colors of #7686F8
Black with #7686F8
Text Example
Text Example
White with #7686F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7686F8; }
p { color: rgb(118,134,248); }
H1.HeaderClassName
{
color: #7686F8;
}
.AnyTagClassName
{
color: #7686F8;
}
</style>
background-color css
<style>
a { background-color: #7686F8; }
a { background-color: rgb(118,134,248); }
div.DivClassName
{
background-color: #7686F8;
}
.BgClassName
{
background-color: #7686F8;
}
</style>
border-color css
<style>
span { border-color: #7686F8; }
span { border-color: rgb(118,134,248); }
td.TdClassName
{
border-color: #7686F8;
}
.TagClassName
{
border-color: #7686F8;
}
</style>