Shades of Cornflower Blue #779CEA
Tints of Cornflower Blue #779CEA
RGB
CMYK
RGB Variations
Color information
#779CEA (or 0x779CEA) is known color: Cornflower Blue. HEX triplet: 77, 9C and EA. RGB value is (119,156,234). Sum of RGB (Red+Green+Blue) = 119+156+234=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #779CEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779CEA is #886315. Grayscale: #999999. Windows color (decimal): -8938262 or 15375479. OLE color: 15375479.
HSL color Cylindrical-coordinate representation of color #779CEA: hue angle of 220.7º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779CEA is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 156 | 234 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.08 |
| HSL | 220.7º | 0.73% | 0.69% | - |
| HSV(B) | 220.7º | 0.49% | 0.92% | - |
| XYZ | 34.35 | 33.64 | 82.52 | - |
| YUV | 153.83 | 173.24 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 234 | 0.49 | 0.33 | 0 | 0.08 | 220.7 | 0.73 | 0.69 |
| Hex | 77 | 9C | EA | 31 | 21 | 0 | 8 | DD | 49 | 45 |
| Octal | 167 | 234 | 352 | 61 | 41 | 0 | 10 | 335 | 111 | 105 |
| Binary | 1110111 | 10011100 | 11101010 | 110001 | 100001 | 0 | 1000 | 11011101 | 1001001 | 1000101 |
Color Harmonies of #779CEA
Complementary color
Monochromatic Colors of #779CEA
Black with #779CEA
Text Example
Text Example
White with #779CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CEA; }
p { color: rgb(119,156,234); }
H1.HeaderClassName
{
color: #779CEA;
}
.AnyTagClassName
{
color: #779CEA;
}
</style>
background-color css
<style>
a { background-color: #779CEA; }
a { background-color: rgb(119,156,234); }
div.DivClassName
{
background-color: #779CEA;
}
.BgClassName
{
background-color: #779CEA;
}
</style>
border-color css
<style>
span { border-color: #779CEA; }
span { border-color: rgb(119,156,234); }
td.TdClassName
{
border-color: #779CEA;
}
.TagClassName
{
border-color: #779CEA;
}
</style>