Shades of Cornflower Blue #779FFE
Tints of Cornflower Blue #779FFE
RGB
CMYK
RGB Variations
Color information
#779FFE (or 0x779FFE) is known color: Cornflower Blue. HEX triplet: 77, 9F and FE. RGB value is (119,159,254). Sum of RGB (Red+Green+Blue) = 119+159+254=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #779FFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779FFE is #886001. Grayscale: #9D9D9D. Windows color (decimal): -8937474 or 16686967. OLE color: 16686967.
HSL color Cylindrical-coordinate representation of color #779FFE: hue angle of 222.22º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779FFE is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 159 | 254 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.00 |
| HSL | 222.22º | 0.99% | 0.73% | - |
| HSV(B) | 222.22º | 0.53% | 1% | - |
| XYZ | 37.9 | 35.87 | 98.69 | - |
| YUV | 157.87 | 182.25 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 159 | 254 | 0.53 | 0.37 | 0 | 0.00 | 222.22 | 0.99 | 0.73 |
| Hex | 77 | 9F | FE | 35 | 25 | 0 | 0 | DE | 63 | 49 |
| Octal | 167 | 237 | 376 | 65 | 45 | 0 | 0 | 336 | 143 | 111 |
| Binary | 1110111 | 10011111 | 11111110 | 110101 | 100101 | 0 | 0 | 11011110 | 1100011 | 1001001 |
Color Harmonies of #779FFE
Complementary color
Monochromatic Colors of #779FFE
Black with #779FFE
Text Example
Text Example
White with #779FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779FFE; }
p { color: rgb(119,159,254); }
H1.HeaderClassName
{
color: #779FFE;
}
.AnyTagClassName
{
color: #779FFE;
}
</style>
background-color css
<style>
a { background-color: #779FFE; }
a { background-color: rgb(119,159,254); }
div.DivClassName
{
background-color: #779FFE;
}
.BgClassName
{
background-color: #779FFE;
}
</style>
border-color css
<style>
span { border-color: #779FFE; }
span { border-color: rgb(119,159,254); }
td.TdClassName
{
border-color: #779FFE;
}
.TagClassName
{
border-color: #779FFE;
}
</style>