Shades of Cornflower Blue #778DEA
Tints of Cornflower Blue #778DEA
RGB
CMYK
RGB Variations
Color information
#778DEA (or 0x778DEA) is known color: Cornflower Blue. HEX triplet: 77, 8D and EA. RGB value is (119,141,234). Sum of RGB (Red+Green+Blue) = 119+141+234=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #778DEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778DEA is #887215. Grayscale: #909090. Windows color (decimal): -8942102 or 15371639. OLE color: 15371639.
HSL color Cylindrical-coordinate representation of color #778DEA: hue angle of 228.52º 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 #778DEA is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 141 | 234 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.08 |
| HSL | 228.52º | 0.73% | 0.69% | - |
| HSV(B) | 228.52º | 0.49% | 0.92% | - |
| XYZ | 31.98 | 28.91 | 81.74 | - |
| YUV | 145.02 | 178.21 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 234 | 0.49 | 0.40 | 0 | 0.08 | 228.52 | 0.73 | 0.69 |
| Hex | 77 | 8D | EA | 31 | 28 | 0 | 8 | E5 | 49 | 45 |
| Octal | 167 | 215 | 352 | 61 | 50 | 0 | 10 | 345 | 111 | 105 |
| Binary | 1110111 | 10001101 | 11101010 | 110001 | 101000 | 0 | 1000 | 11100101 | 1001001 | 1000101 |
Color Harmonies of #778DEA
Complementary color
Monochromatic Colors of #778DEA
Black with #778DEA
Text Example
Text Example
White with #778DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DEA; }
p { color: rgb(119,141,234); }
H1.HeaderClassName
{
color: #778DEA;
}
.AnyTagClassName
{
color: #778DEA;
}
</style>
background-color css
<style>
a { background-color: #778DEA; }
a { background-color: rgb(119,141,234); }
div.DivClassName
{
background-color: #778DEA;
}
.BgClassName
{
background-color: #778DEA;
}
</style>
border-color css
<style>
span { border-color: #778DEA; }
span { border-color: rgb(119,141,234); }
td.TdClassName
{
border-color: #778DEA;
}
.TagClassName
{
border-color: #778DEA;
}
</style>