Shades of Cornflower Blue #778CFF
Tints of Cornflower Blue #778CFF
RGB
CMYK
RGB Variations
Color information
#778CFF (or 0x778CFF) is known color: Cornflower Blue. HEX triplet: 77, 8C and FF. RGB value is (119,140,255). Sum of RGB (Red+Green+Blue) = 119+140+255=514 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.15% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #778CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CFF is #887300. Grayscale: #929292. Windows color (decimal): -8942337 or 16747639. OLE color: 16747639.
HSL color Cylindrical-coordinate representation of color #778CFF: hue angle of 230.74º 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 #778CFF is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 140 | 255 | - |
| CMYK | 0.53 | 0.45 | 0 | 0 |
| HSL | 230.74º | 1% | 0.73% | - |
| HSV(B) | 230.74º | 0.53% | 1% | - |
| XYZ | 35.04 | 29.9 | 98.53 | - |
| YUV | 146.83 | 189.04 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 255 | 0.53 | 0.45 | 0 | 0 | 230.74 | 1 | 0.73 |
| Hex | 77 | 8C | FF | 35 | 2D | 0 | 0 | E7 | 64 | 49 |
| Octal | 167 | 214 | 377 | 65 | 55 | 0 | 0 | 347 | 144 | 111 |
| Binary | 1110111 | 10001100 | 11111111 | 110101 | 101101 | 0 | 0 | 11100111 | 1100100 | 1001001 |
Color Harmonies of #778CFF
Complementary color
Monochromatic Colors of #778CFF
Black with #778CFF
Text Example
Text Example
White with #778CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CFF; }
p { color: rgb(119,140,255); }
H1.HeaderClassName
{
color: #778CFF;
}
.AnyTagClassName
{
color: #778CFF;
}
</style>
background-color css
<style>
a { background-color: #778CFF; }
a { background-color: rgb(119,140,255); }
div.DivClassName
{
background-color: #778CFF;
}
.BgClassName
{
background-color: #778CFF;
}
</style>
border-color css
<style>
span { border-color: #778CFF; }
span { border-color: rgb(119,140,255); }
td.TdClassName
{
border-color: #778CFF;
}
.TagClassName
{
border-color: #778CFF;
}
</style>