Shades of Cornflower Blue #769DED
Tints of Cornflower Blue #769DED
RGB
CMYK
RGB Variations
Color information
#769DED (or 0x769DED) is known color: Cornflower Blue. HEX triplet: 76, 9D and ED. RGB value is (118,157,237). Sum of RGB (Red+Green+Blue) = 118+157+237=512 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.05% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #769DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769DED is #896212. Grayscale: #9A9A9A. Windows color (decimal): -9003539 or 15572342. OLE color: 15572342.
HSL color Cylindrical-coordinate representation of color #769DED: hue angle of 220.34º 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 #769DED is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 157 | 237 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.07 |
| HSL | 220.34º | 0.77% | 0.7% | - |
| HSV(B) | 220.34º | 0.5% | 0.93% | - |
| XYZ | 34.81 | 34.08 | 84.86 | - |
| YUV | 154.46 | 174.58 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 157 | 237 | 0.50 | 0.34 | 0 | 0.07 | 220.34 | 0.77 | 0.7 |
| Hex | 76 | 9D | ED | 32 | 22 | 0 | 7 | DC | 4D | 46 |
| Octal | 166 | 235 | 355 | 62 | 42 | 0 | 7 | 334 | 115 | 106 |
| Binary | 1110110 | 10011101 | 11101101 | 110010 | 100010 | 0 | 111 | 11011100 | 1001101 | 1000110 |
Color Harmonies of #769DED
Complementary color
Monochromatic Colors of #769DED
Black with #769DED
Text Example
Text Example
White with #769DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769DED; }
p { color: rgb(118,157,237); }
H1.HeaderClassName
{
color: #769DED;
}
.AnyTagClassName
{
color: #769DED;
}
</style>
background-color css
<style>
a { background-color: #769DED; }
a { background-color: rgb(118,157,237); }
div.DivClassName
{
background-color: #769DED;
}
.BgClassName
{
background-color: #769DED;
}
</style>
border-color css
<style>
span { border-color: #769DED; }
span { border-color: rgb(118,157,237); }
td.TdClassName
{
border-color: #769DED;
}
.TagClassName
{
border-color: #769DED;
}
</style>