Shades of Cornflower Blue #778EED
Tints of Cornflower Blue #778EED
RGB
CMYK
RGB Variations
Color information
#778EED (or 0x778EED) is known color: Cornflower Blue. HEX triplet: 77, 8E and ED. RGB value is (119,142,237). Sum of RGB (Red+Green+Blue) = 119+142+237=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #778EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778EED is #887112. Grayscale: #919191. Windows color (decimal): -8941843 or 15568503. OLE color: 15568503.
HSL color Cylindrical-coordinate representation of color #778EED: hue angle of 228.31º 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 #778EED is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 142 | 237 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.07 |
| HSL | 228.31º | 0.77% | 0.7% | - |
| HSV(B) | 228.31º | 0.5% | 0.93% | - |
| XYZ | 32.57 | 29.38 | 84.08 | - |
| YUV | 145.95 | 179.38 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 237 | 0.50 | 0.40 | 0 | 0.07 | 228.31 | 0.77 | 0.7 |
| Hex | 77 | 8E | ED | 32 | 28 | 0 | 7 | E4 | 4D | 46 |
| Octal | 167 | 216 | 355 | 62 | 50 | 0 | 7 | 344 | 115 | 106 |
| Binary | 1110111 | 10001110 | 11101101 | 110010 | 101000 | 0 | 111 | 11100100 | 1001101 | 1000110 |
Color Harmonies of #778EED
Complementary color
Monochromatic Colors of #778EED
Black with #778EED
Text Example
Text Example
White with #778EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EED; }
p { color: rgb(119,142,237); }
H1.HeaderClassName
{
color: #778EED;
}
.AnyTagClassName
{
color: #778EED;
}
</style>
background-color css
<style>
a { background-color: #778EED; }
a { background-color: rgb(119,142,237); }
div.DivClassName
{
background-color: #778EED;
}
.BgClassName
{
background-color: #778EED;
}
</style>
border-color css
<style>
span { border-color: #778EED; }
span { border-color: rgb(119,142,237); }
td.TdClassName
{
border-color: #778EED;
}
.TagClassName
{
border-color: #778EED;
}
</style>