Shades of Cornflower Blue #779DEE
Tints of Cornflower Blue #779DEE
RGB
CMYK
RGB Variations
Color information
#779DEE (or 0x779DEE) is known color: Cornflower Blue. HEX triplet: 77, 9D and EE. RGB value is (119,157,238). Sum of RGB (Red+Green+Blue) = 119+157+238=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #779DEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DEE is #886211. Grayscale: #9A9A9A. Windows color (decimal): -8938002 or 15637879. OLE color: 15637879.
HSL color Cylindrical-coordinate representation of color #779DEE: hue angle of 220.84º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779DEE is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 157 | 238 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.07 |
| HSL | 220.84º | 0.78% | 0.7% | - |
| HSV(B) | 220.84º | 0.5% | 0.93% | - |
| XYZ | 35.1 | 34.21 | 85.64 | - |
| YUV | 154.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 238 | 0.50 | 0.34 | 0 | 0.07 | 220.84 | 0.78 | 0.7 |
| Hex | 77 | 9D | EE | 32 | 22 | 0 | 7 | DD | 4E | 46 |
| Octal | 167 | 235 | 356 | 62 | 42 | 0 | 7 | 335 | 116 | 106 |
| Binary | 1110111 | 10011101 | 11101110 | 110010 | 100010 | 0 | 111 | 11011101 | 1001110 | 1000110 |
Color Harmonies of #779DEE
Complementary color
Monochromatic Colors of #779DEE
Black with #779DEE
Text Example
Text Example
White with #779DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DEE; }
p { color: rgb(119,157,238); }
H1.HeaderClassName
{
color: #779DEE;
}
.AnyTagClassName
{
color: #779DEE;
}
</style>
background-color css
<style>
a { background-color: #779DEE; }
a { background-color: rgb(119,157,238); }
div.DivClassName
{
background-color: #779DEE;
}
.BgClassName
{
background-color: #779DEE;
}
</style>
border-color css
<style>
span { border-color: #779DEE; }
span { border-color: rgb(119,157,238); }
td.TdClassName
{
border-color: #779DEE;
}
.TagClassName
{
border-color: #779DEE;
}
</style>