Shades of Cornflower Blue #769EEC
Tints of Cornflower Blue #769EEC
RGB
CMYK
RGB Variations
Color information
#769EEC (or 0x769EEC) is known color: Cornflower Blue. HEX triplet: 76, 9E and EC. RGB value is (118,158,236). Sum of RGB (Red+Green+Blue) = 118+158+236=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #769EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EEC is #896113. Grayscale: #9A9A9A. Windows color (decimal): -9003284 or 15507062. OLE color: 15507062.
HSL color Cylindrical-coordinate representation of color #769EEC: hue angle of 219.66º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769EEC is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 158 | 236 | - |
| CMYK | 0.5 | 0.33 | 0 | 0.07 |
| HSL | 219.66º | 0.76% | 0.69% | - |
| HSV(B) | 219.66º | 0.5% | 0.93% | - |
| XYZ | 34.84 | 34.36 | 84.15 | - |
| YUV | 154.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 236 | 0.5 | 0.33 | 0 | 0.07 | 219.66 | 0.76 | 0.69 |
| Hex | 76 | 9E | EC | 32 | 21 | 0 | 7 | DC | 4C | 45 |
| Octal | 166 | 236 | 354 | 62 | 41 | 0 | 7 | 334 | 114 | 105 |
| Binary | 1110110 | 10011110 | 11101100 | 110010 | 100001 | 0 | 111 | 11011100 | 1001100 | 1000101 |
Color Harmonies of #769EEC
Complementary color
Monochromatic Colors of #769EEC
Black with #769EEC
Text Example
Text Example
White with #769EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EEC; }
p { color: rgb(118,158,236); }
H1.HeaderClassName
{
color: #769EEC;
}
.AnyTagClassName
{
color: #769EEC;
}
</style>
background-color css
<style>
a { background-color: #769EEC; }
a { background-color: rgb(118,158,236); }
div.DivClassName
{
background-color: #769EEC;
}
.BgClassName
{
background-color: #769EEC;
}
</style>
border-color css
<style>
span { border-color: #769EEC; }
span { border-color: rgb(118,158,236); }
td.TdClassName
{
border-color: #769EEC;
}
.TagClassName
{
border-color: #769EEC;
}
</style>