Shades of Cornflower Blue #769CEB
Tints of Cornflower Blue #769CEB
RGB
CMYK
RGB Variations
Color information
#769CEB (or 0x769CEB) is known color: Cornflower Blue. HEX triplet: 76, 9C and EB. RGB value is (118,156,235). Sum of RGB (Red+Green+Blue) = 118+156+235=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #769CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769CEB is #896314. Grayscale: #999999. Windows color (decimal): -9003797 or 15441014. OLE color: 15441014.
HSL color Cylindrical-coordinate representation of color #769CEB: hue angle of 220.51º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #769CEB is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 156 | 235 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.08 |
| HSL | 220.51º | 0.75% | 0.69% | - |
| HSV(B) | 220.51º | 0.5% | 0.92% | - |
| XYZ | 34.36 | 33.63 | 83.28 | - |
| YUV | 153.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 156 | 235 | 0.50 | 0.34 | 0 | 0.08 | 220.51 | 0.75 | 0.69 |
| Hex | 76 | 9C | EB | 32 | 22 | 0 | 8 | DD | 4B | 45 |
| Octal | 166 | 234 | 353 | 62 | 42 | 0 | 10 | 335 | 113 | 105 |
| Binary | 1110110 | 10011100 | 11101011 | 110010 | 100010 | 0 | 1000 | 11011101 | 1001011 | 1000101 |
Color Harmonies of #769CEB
Complementary color
Monochromatic Colors of #769CEB
Black with #769CEB
Text Example
Text Example
White with #769CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769CEB; }
p { color: rgb(118,156,235); }
H1.HeaderClassName
{
color: #769CEB;
}
.AnyTagClassName
{
color: #769CEB;
}
</style>
background-color css
<style>
a { background-color: #769CEB; }
a { background-color: rgb(118,156,235); }
div.DivClassName
{
background-color: #769CEB;
}
.BgClassName
{
background-color: #769CEB;
}
</style>
border-color css
<style>
span { border-color: #769CEB; }
span { border-color: rgb(118,156,235); }
td.TdClassName
{
border-color: #769CEB;
}
.TagClassName
{
border-color: #769CEB;
}
</style>