Shades of Cornflower Blue #778EFF
Tints of Cornflower Blue #778EFF
RGB
CMYK
RGB Variations
Color information
#778EFF (or 0x778EFF) is known color: Cornflower Blue. HEX triplet: 77, 8E and FF. RGB value is (119,142,255). Sum of RGB (Red+Green+Blue) = 119+142+255=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #778EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778EFF is #887100. Grayscale: #939393. Windows color (decimal): -8941825 or 16748151. OLE color: 16748151.
HSL color Cylindrical-coordinate representation of color #778EFF: hue angle of 229.85º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778EFF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 142 | 255 | - |
| CMYK | 0.53 | 0.44 | 0 | 0 |
| HSL | 229.85º | 1% | 0.73% | - |
| HSV(B) | 229.85º | 0.53% | 1% | - |
| XYZ | 35.33 | 30.49 | 98.63 | - |
| YUV | 148.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 255 | 0.53 | 0.44 | 0 | 0 | 229.85 | 1 | 0.73 |
| Hex | 77 | 8E | FF | 35 | 2C | 0 | 0 | E6 | 64 | 49 |
| Octal | 167 | 216 | 377 | 65 | 54 | 0 | 0 | 346 | 144 | 111 |
| Binary | 1110111 | 10001110 | 11111111 | 110101 | 101100 | 0 | 0 | 11100110 | 1100100 | 1001001 |
Color Harmonies of #778EFF
Complementary color
Monochromatic Colors of #778EFF
Black with #778EFF
Text Example
Text Example
White with #778EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EFF; }
p { color: rgb(119,142,255); }
H1.HeaderClassName
{
color: #778EFF;
}
.AnyTagClassName
{
color: #778EFF;
}
</style>
background-color css
<style>
a { background-color: #778EFF; }
a { background-color: rgb(119,142,255); }
div.DivClassName
{
background-color: #778EFF;
}
.BgClassName
{
background-color: #778EFF;
}
</style>
border-color css
<style>
span { border-color: #778EFF; }
span { border-color: rgb(119,142,255); }
td.TdClassName
{
border-color: #778EFF;
}
.TagClassName
{
border-color: #778EFF;
}
</style>