Shades of Cornflower Blue #769EEE
Tints of Cornflower Blue #769EEE
RGB
CMYK
RGB Variations
Color information
#769EEE (or 0x769EEE) is known color: Cornflower Blue. HEX triplet: 76, 9E and EE. RGB value is (118,158,238). Sum of RGB (Red+Green+Blue) = 118+158+238=514 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.96% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #769EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EEE is #896111. Grayscale: #9A9A9A. Windows color (decimal): -9003282 or 15638134. OLE color: 15638134.
HSL color Cylindrical-coordinate representation of color #769EEE: hue angle of 220º degrees, saturation: 0.78, 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 #769EEE is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 158 | 238 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.07 |
| HSL | 220º | 0.78% | 0.7% | - |
| HSV(B) | 220º | 0.5% | 0.93% | - |
| XYZ | 35.13 | 34.48 | 85.69 | - |
| YUV | 155.16 | 174.75 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 238 | 0.50 | 0.34 | 0 | 0.07 | 220 | 0.78 | 0.7 |
| Hex | 76 | 9E | EE | 32 | 22 | 0 | 7 | DC | 4E | 46 |
| Octal | 166 | 236 | 356 | 62 | 42 | 0 | 7 | 334 | 116 | 106 |
| Binary | 1110110 | 10011110 | 11101110 | 110010 | 100010 | 0 | 111 | 11011100 | 1001110 | 1000110 |
Color Harmonies of #769EEE
Complementary color
Monochromatic Colors of #769EEE
Black with #769EEE
Text Example
Text Example
White with #769EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EEE; }
p { color: rgb(118,158,238); }
H1.HeaderClassName
{
color: #769EEE;
}
.AnyTagClassName
{
color: #769EEE;
}
</style>
background-color css
<style>
a { background-color: #769EEE; }
a { background-color: rgb(118,158,238); }
div.DivClassName
{
background-color: #769EEE;
}
.BgClassName
{
background-color: #769EEE;
}
</style>
border-color css
<style>
span { border-color: #769EEE; }
span { border-color: rgb(118,158,238); }
td.TdClassName
{
border-color: #769EEE;
}
.TagClassName
{
border-color: #769EEE;
}
</style>