Shades of Cornflower Blue #779AED
Tints of Cornflower Blue #779AED
RGB
CMYK
RGB Variations
Color information
#779AED (or 0x779AED) is known color: Cornflower Blue. HEX triplet: 77, 9A and ED. RGB value is (119,154,237). Sum of RGB (Red+Green+Blue) = 119+154+237=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 154 (60.55% from 255 or 30.20% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #779AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AED is #886512. Grayscale: #989898. Windows color (decimal): -8938771 or 15571575. OLE color: 15571575.
HSL color Cylindrical-coordinate representation of color #779AED: hue angle of 222.2º degrees, saturation: 0.77, 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 #779AED is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 154 | 237 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.07 |
| HSL | 222.2º | 0.77% | 0.7% | - |
| HSV(B) | 222.2º | 0.5% | 0.93% | - |
| XYZ | 34.45 | 33.15 | 84.7 | - |
| YUV | 153 | 175.4 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 237 | 0.50 | 0.35 | 0 | 0.07 | 222.2 | 0.77 | 0.7 |
| Hex | 77 | 9A | ED | 32 | 23 | 0 | 7 | DE | 4D | 46 |
| Octal | 167 | 232 | 355 | 62 | 43 | 0 | 7 | 336 | 115 | 106 |
| Binary | 1110111 | 10011010 | 11101101 | 110010 | 100011 | 0 | 111 | 11011110 | 1001101 | 1000110 |
Color Harmonies of #779AED
Complementary color
Monochromatic Colors of #779AED
Black with #779AED
Text Example
Text Example
White with #779AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AED; }
p { color: rgb(119,154,237); }
H1.HeaderClassName
{
color: #779AED;
}
.AnyTagClassName
{
color: #779AED;
}
</style>
background-color css
<style>
a { background-color: #779AED; }
a { background-color: rgb(119,154,237); }
div.DivClassName
{
background-color: #779AED;
}
.BgClassName
{
background-color: #779AED;
}
</style>
border-color css
<style>
span { border-color: #779AED; }
span { border-color: rgb(119,154,237); }
td.TdClassName
{
border-color: #779AED;
}
.TagClassName
{
border-color: #779AED;
}
</style>