Shades of Cornflower Blue #778CE8
Tints of Cornflower Blue #778CE8
RGB
CMYK
RGB Variations
Color information
#778CE8 (or 0x778CE8) is known color: Cornflower Blue. HEX triplet: 77, 8C and E8. RGB value is (119,140,232). Sum of RGB (Red+Green+Blue) = 119+140+232=491 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.24% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #778CE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CE8 is #887317. Grayscale: #8F8F8F. Windows color (decimal): -8942360 or 15240311. OLE color: 15240311.
HSL color Cylindrical-coordinate representation of color #778CE8: hue angle of 228.85º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #778CE8 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 119 | 140 | 232 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.09 |
| HSL | 228.85º | 0.71% | 0.69% | - |
| HSV(B) | 228.85º | 0.49% | 0.91% | - |
| XYZ | 31.55 | 28.5 | 80.18 | - |
| YUV | 144.21 | 177.54 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 232 | 0.49 | 0.40 | 0 | 0.09 | 228.85 | 0.71 | 0.69 |
| Hex | 77 | 8C | E8 | 31 | 28 | 0 | 9 | E5 | 47 | 45 |
| Octal | 167 | 214 | 350 | 61 | 50 | 0 | 11 | 345 | 107 | 105 |
| Binary | 1110111 | 10001100 | 11101000 | 110001 | 101000 | 0 | 1001 | 11100101 | 1000111 | 1000101 |
Color Harmonies of #778CE8
Complementary color
Monochromatic Colors of #778CE8
Black with #778CE8
Text Example
Text Example
White with #778CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CE8; }
p { color: rgb(119,140,232); }
H1.HeaderClassName
{
color: #778CE8;
}
.AnyTagClassName
{
color: #778CE8;
}
</style>
background-color css
<style>
a { background-color: #778CE8; }
a { background-color: rgb(119,140,232); }
div.DivClassName
{
background-color: #778CE8;
}
.BgClassName
{
background-color: #778CE8;
}
</style>
border-color css
<style>
span { border-color: #778CE8; }
span { border-color: rgb(119,140,232); }
td.TdClassName
{
border-color: #778CE8;
}
.TagClassName
{
border-color: #778CE8;
}
</style>