Shades of Cornflower Blue #769EED
Tints of Cornflower Blue #769EED
RGB
CMYK
RGB Variations
Color information
#769EED (or 0x769EED) is known color: Cornflower Blue. HEX triplet: 76, 9E and ED. RGB value is (118,158,237). Sum of RGB (Red+Green+Blue) = 118+158+237=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #769EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EED is #896112. Grayscale: #9A9A9A. Windows color (decimal): -9003283 or 15572598. OLE color: 15572598.
HSL color Cylindrical-coordinate representation of color #769EED: hue angle of 219.83º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769EED is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 158 | 237 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.07 |
| HSL | 219.83º | 0.77% | 0.7% | - |
| HSV(B) | 219.83º | 0.5% | 0.93% | - |
| XYZ | 34.98 | 34.42 | 84.92 | - |
| YUV | 155.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 237 | 0.50 | 0.33 | 0 | 0.07 | 219.83 | 0.77 | 0.7 |
| Hex | 76 | 9E | ED | 32 | 21 | 0 | 7 | DC | 4D | 46 |
| Octal | 166 | 236 | 355 | 62 | 41 | 0 | 7 | 334 | 115 | 106 |
| Binary | 1110110 | 10011110 | 11101101 | 110010 | 100001 | 0 | 111 | 11011100 | 1001101 | 1000110 |
Color Harmonies of #769EED
Complementary color
Monochromatic Colors of #769EED
Black with #769EED
Text Example
Text Example
White with #769EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EED; }
p { color: rgb(118,158,237); }
H1.HeaderClassName
{
color: #769EED;
}
.AnyTagClassName
{
color: #769EED;
}
</style>
background-color css
<style>
a { background-color: #769EED; }
a { background-color: rgb(118,158,237); }
div.DivClassName
{
background-color: #769EED;
}
.BgClassName
{
background-color: #769EED;
}
</style>
border-color css
<style>
span { border-color: #769EED; }
span { border-color: rgb(118,158,237); }
td.TdClassName
{
border-color: #769EED;
}
.TagClassName
{
border-color: #769EED;
}
</style>