Shades of Cornflower Blue #769DEC
Tints of Cornflower Blue #769DEC
RGB
CMYK
RGB Variations
Color information
#769DEC (or 0x769DEC) is known color: Cornflower Blue. HEX triplet: 76, 9D and EC. RGB value is (118,157,236). Sum of RGB (Red+Green+Blue) = 118+157+236=511 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.09% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #769DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769DEC is #896213. Grayscale: #999999. Windows color (decimal): -9003540 or 15506806. OLE color: 15506806.
HSL color Cylindrical-coordinate representation of color #769DEC: hue angle of 220.17º 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 #769DEC is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 157 | 236 | - |
| CMYK | 0.5 | 0.33 | 0 | 0.07 |
| HSL | 220.17º | 0.76% | 0.69% | - |
| HSV(B) | 220.17º | 0.5% | 0.93% | - |
| XYZ | 34.67 | 34.02 | 84.1 | - |
| YUV | 154.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 236 | 0.5 | 0.33 | 0 | 0.07 | 220.17 | 0.76 | 0.69 |
| Hex | 76 | 9D | EC | 32 | 21 | 0 | 7 | DC | 4C | 45 |
| Octal | 166 | 235 | 354 | 62 | 41 | 0 | 7 | 334 | 114 | 105 |
| Binary | 1110110 | 10011101 | 11101100 | 110010 | 100001 | 0 | 111 | 11011100 | 1001100 | 1000101 |
Color Harmonies of #769DEC
Complementary color
Monochromatic Colors of #769DEC
Black with #769DEC
Text Example
Text Example
White with #769DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769DEC; }
p { color: rgb(118,157,236); }
H1.HeaderClassName
{
color: #769DEC;
}
.AnyTagClassName
{
color: #769DEC;
}
</style>
background-color css
<style>
a { background-color: #769DEC; }
a { background-color: rgb(118,157,236); }
div.DivClassName
{
background-color: #769DEC;
}
.BgClassName
{
background-color: #769DEC;
}
</style>
border-color css
<style>
span { border-color: #769DEC; }
span { border-color: rgb(118,157,236); }
td.TdClassName
{
border-color: #769DEC;
}
.TagClassName
{
border-color: #769DEC;
}
</style>