Shades of Cornflower Blue #778EFB
Tints of Cornflower Blue #778EFB
RGB
CMYK
RGB Variations
Color information
#778EFB (or 0x778EFB) is known color: Cornflower Blue. HEX triplet: 77, 8E and FB. RGB value is (119,142,251). Sum of RGB (Red+Green+Blue) = 119+142+251=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #778EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778EFB is #887104. Grayscale: #939393. Windows color (decimal): -8941829 or 16486007. OLE color: 16486007.
HSL color Cylindrical-coordinate representation of color #778EFB: hue angle of 229.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778EFB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 142 | 251 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.02 |
| HSL | 229.55º | 0.94% | 0.73% | - |
| HSV(B) | 229.55º | 0.53% | 0.98% | - |
| XYZ | 34.69 | 30.23 | 95.27 | - |
| YUV | 147.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 251 | 0.53 | 0.43 | 0 | 0.02 | 229.55 | 0.94 | 0.73 |
| Hex | 77 | 8E | FB | 35 | 2B | 0 | 2 | E6 | 5E | 49 |
| Octal | 167 | 216 | 373 | 65 | 53 | 0 | 2 | 346 | 136 | 111 |
| Binary | 1110111 | 10001110 | 11111011 | 110101 | 101011 | 0 | 10 | 11100110 | 1011110 | 1001001 |
Color Harmonies of #778EFB
Complementary color
Monochromatic Colors of #778EFB
Black with #778EFB
Text Example
Text Example
White with #778EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EFB; }
p { color: rgb(119,142,251); }
H1.HeaderClassName
{
color: #778EFB;
}
.AnyTagClassName
{
color: #778EFB;
}
</style>
background-color css
<style>
a { background-color: #778EFB; }
a { background-color: rgb(119,142,251); }
div.DivClassName
{
background-color: #778EFB;
}
.BgClassName
{
background-color: #778EFB;
}
</style>
border-color css
<style>
span { border-color: #778EFB; }
span { border-color: rgb(119,142,251); }
td.TdClassName
{
border-color: #778EFB;
}
.TagClassName
{
border-color: #778EFB;
}
</style>