Shades of Cornflower Blue #769CEF
Tints of Cornflower Blue #769CEF
RGB
CMYK
RGB Variations
Color information
#769CEF (or 0x769CEF) is known color: Cornflower Blue. HEX triplet: 76, 9C and EF. RGB value is (118,156,239). Sum of RGB (Red+Green+Blue) = 118+156+239=513 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.00% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 239 (93.75% from 255 or 46.59% from 513); Max value from RGB is 239 - color contains mainly: blue. Hex color #769CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CEF is #896310. Grayscale: #999999. Windows color (decimal): -9003793 or 15703158. OLE color: 15703158.
HSL color Cylindrical-coordinate representation of color #769CEF: hue angle of 221.16º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #769CEF is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 156 | 239 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.06 |
| HSL | 221.16º | 0.79% | 0.7% | - |
| HSV(B) | 221.16º | 0.51% | 0.94% | - |
| XYZ | 34.94 | 33.86 | 86.36 | - |
| YUV | 154.1 | 175.91 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 239 | 0.51 | 0.35 | 0 | 0.06 | 221.16 | 0.79 | 0.7 |
| Hex | 76 | 9C | EF | 33 | 23 | 0 | 6 | DD | 4F | 46 |
| Octal | 166 | 234 | 357 | 63 | 43 | 0 | 6 | 335 | 117 | 106 |
| Binary | 1110110 | 10011100 | 11101111 | 110011 | 100011 | 0 | 110 | 11011101 | 1001111 | 1000110 |
Color Harmonies of #769CEF
Complementary color
Monochromatic Colors of #769CEF
Black with #769CEF
Text Example
Text Example
White with #769CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CEF; }
p { color: rgb(118,156,239); }
H1.HeaderClassName
{
color: #769CEF;
}
.AnyTagClassName
{
color: #769CEF;
}
</style>
background-color css
<style>
a { background-color: #769CEF; }
a { background-color: rgb(118,156,239); }
div.DivClassName
{
background-color: #769CEF;
}
.BgClassName
{
background-color: #769CEF;
}
</style>
border-color css
<style>
span { border-color: #769CEF; }
span { border-color: rgb(118,156,239); }
td.TdClassName
{
border-color: #769CEF;
}
.TagClassName
{
border-color: #769CEF;
}
</style>