Shades of Cornflower Blue #769FFF
Tints of Cornflower Blue #769FFF
RGB
CMYK
RGB Variations
Color information
#769FFF (or 0x769FFF) is known color: Cornflower Blue. HEX triplet: 76, 9F and FF. RGB value is (118,159,255). Sum of RGB (Red+Green+Blue) = 118+159+255=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #769FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #769FFF is #896000. Grayscale: #9D9D9D. Windows color (decimal): -9003009 or 16752502. OLE color: 16752502.
HSL color Cylindrical-coordinate representation of color #769FFF: hue angle of 222.04º 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 #769FFF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 159 | 255 | - |
| CMYK | 0.54 | 0.38 | 0 | 0 |
| HSL | 222.04º | 1% | 0.73% | - |
| HSV(B) | 222.04º | 0.54% | 1% | - |
| XYZ | 37.92 | 35.87 | 99.53 | - |
| YUV | 157.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 159 | 255 | 0.54 | 0.38 | 0 | 0 | 222.04 | 1 | 0.73 |
| Hex | 76 | 9F | FF | 36 | 26 | 0 | 0 | DE | 64 | 49 |
| Octal | 166 | 237 | 377 | 66 | 46 | 0 | 0 | 336 | 144 | 111 |
| Binary | 1110110 | 10011111 | 11111111 | 110110 | 100110 | 0 | 0 | 11011110 | 1100100 | 1001001 |
Color Harmonies of #769FFF
Complementary color
Monochromatic Colors of #769FFF
Black with #769FFF
Text Example
Text Example
White with #769FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769FFF; }
p { color: rgb(118,159,255); }
H1.HeaderClassName
{
color: #769FFF;
}
.AnyTagClassName
{
color: #769FFF;
}
</style>
background-color css
<style>
a { background-color: #769FFF; }
a { background-color: rgb(118,159,255); }
div.DivClassName
{
background-color: #769FFF;
}
.BgClassName
{
background-color: #769FFF;
}
</style>
border-color css
<style>
span { border-color: #769FFF; }
span { border-color: rgb(118,159,255); }
td.TdClassName
{
border-color: #769FFF;
}
.TagClassName
{
border-color: #769FFF;
}
</style>