Shades of Cornflower Blue #778EFC
Tints of Cornflower Blue #778EFC
RGB
CMYK
RGB Variations
Color information
#778EFC (or 0x778EFC) is known color: Cornflower Blue. HEX triplet: 77, 8E and FC. RGB value is (119,142,252). Sum of RGB (Red+Green+Blue) = 119+142+252=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #778EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778EFC is #887103. Grayscale: #939393. Windows color (decimal): -8941828 or 16551543. OLE color: 16551543.
HSL color Cylindrical-coordinate representation of color #778EFC: hue angle of 229.62º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778EFC is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 142 | 252 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.01 |
| HSL | 229.62º | 0.96% | 0.73% | - |
| HSV(B) | 229.62º | 0.53% | 0.99% | - |
| XYZ | 34.85 | 30.3 | 96.11 | - |
| YUV | 147.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 252 | 0.53 | 0.44 | 0 | 0.01 | 229.62 | 0.96 | 0.73 |
| Hex | 77 | 8E | FC | 35 | 2C | 0 | 1 | E6 | 60 | 49 |
| Octal | 167 | 216 | 374 | 65 | 54 | 0 | 1 | 346 | 140 | 111 |
| Binary | 1110111 | 10001110 | 11111100 | 110101 | 101100 | 0 | 1 | 11100110 | 1100000 | 1001001 |
Color Harmonies of #778EFC
Complementary color
Monochromatic Colors of #778EFC
Black with #778EFC
Text Example
Text Example
White with #778EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EFC; }
p { color: rgb(119,142,252); }
H1.HeaderClassName
{
color: #778EFC;
}
.AnyTagClassName
{
color: #778EFC;
}
</style>
background-color css
<style>
a { background-color: #778EFC; }
a { background-color: rgb(119,142,252); }
div.DivClassName
{
background-color: #778EFC;
}
.BgClassName
{
background-color: #778EFC;
}
</style>
border-color css
<style>
span { border-color: #778EFC; }
span { border-color: rgb(119,142,252); }
td.TdClassName
{
border-color: #778EFC;
}
.TagClassName
{
border-color: #778EFC;
}
</style>