Shades of Cornflower Blue #769EFF
Tints of Cornflower Blue #769EFF
RGB
CMYK
RGB Variations
Color information
#769EFF (or 0x769EFF) is known color: Cornflower Blue. HEX triplet: 76, 9E and FF. RGB value is (118,158,255). Sum of RGB (Red+Green+Blue) = 118+158+255=531 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.22% from 531); Green value is 158 (62.11% from 255 or 29.76% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #769EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769EFF is #896100. Grayscale: #9C9C9C. Windows color (decimal): -9003265 or 16752246. OLE color: 16752246.
HSL color Cylindrical-coordinate representation of color #769EFF: hue angle of 222.48º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #769EFF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 158 | 255 | - |
| CMYK | 0.54 | 0.38 | 0 | 0 |
| HSL | 222.48º | 1% | 0.73% | - |
| HSV(B) | 222.48º | 0.54% | 1% | - |
| XYZ | 37.75 | 35.53 | 99.48 | - |
| YUV | 157.1 | 183.25 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 158 | 255 | 0.54 | 0.38 | 0 | 0 | 222.48 | 1 | 0.73 |
| Hex | 76 | 9E | FF | 36 | 26 | 0 | 0 | DE | 64 | 49 |
| Octal | 166 | 236 | 377 | 66 | 46 | 0 | 0 | 336 | 144 | 111 |
| Binary | 1110110 | 10011110 | 11111111 | 110110 | 100110 | 0 | 0 | 11011110 | 1100100 | 1001001 |
Color Harmonies of #769EFF
Complementary color
Monochromatic Colors of #769EFF
Black with #769EFF
Text Example
Text Example
White with #769EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769EFF; }
p { color: rgb(118,158,255); }
H1.HeaderClassName
{
color: #769EFF;
}
.AnyTagClassName
{
color: #769EFF;
}
</style>
background-color css
<style>
a { background-color: #769EFF; }
a { background-color: rgb(118,158,255); }
div.DivClassName
{
background-color: #769EFF;
}
.BgClassName
{
background-color: #769EFF;
}
</style>
border-color css
<style>
span { border-color: #769EFF; }
span { border-color: rgb(118,158,255); }
td.TdClassName
{
border-color: #769EFF;
}
.TagClassName
{
border-color: #769EFF;
}
</style>