Shades of Cornflower Blue #778DFB
Tints of Cornflower Blue #778DFB
RGB
CMYK
RGB Variations
Color information
#778DFB (or 0x778DFB) is known color: Cornflower Blue. HEX triplet: 77, 8D and FB. RGB value is (119,141,251). Sum of RGB (Red+Green+Blue) = 119+141+251=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 251 (98.44% from 255 or 49.12% from 511); Max value from RGB is 251 - color contains mainly: blue. Hex color #778DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778DFB is #887204. Grayscale: #929292. Windows color (decimal): -8942085 or 16485751. OLE color: 16485751.
HSL color Cylindrical-coordinate representation of color #778DFB: hue angle of 230º 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 #778DFB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 141 | 251 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.02 |
| HSL | 230º | 0.94% | 0.73% | - |
| HSV(B) | 230º | 0.53% | 0.98% | - |
| XYZ | 34.55 | 29.94 | 95.22 | - |
| YUV | 146.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 251 | 0.53 | 0.44 | 0 | 0.02 | 230 | 0.94 | 0.73 |
| Hex | 77 | 8D | FB | 35 | 2C | 0 | 2 | E6 | 5E | 49 |
| Octal | 167 | 215 | 373 | 65 | 54 | 0 | 2 | 346 | 136 | 111 |
| Binary | 1110111 | 10001101 | 11111011 | 110101 | 101100 | 0 | 10 | 11100110 | 1011110 | 1001001 |
Color Harmonies of #778DFB
Complementary color
Monochromatic Colors of #778DFB
Black with #778DFB
Text Example
Text Example
White with #778DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DFB; }
p { color: rgb(119,141,251); }
H1.HeaderClassName
{
color: #778DFB;
}
.AnyTagClassName
{
color: #778DFB;
}
</style>
background-color css
<style>
a { background-color: #778DFB; }
a { background-color: rgb(119,141,251); }
div.DivClassName
{
background-color: #778DFB;
}
.BgClassName
{
background-color: #778DFB;
}
</style>
border-color css
<style>
span { border-color: #778DFB; }
span { border-color: rgb(119,141,251); }
td.TdClassName
{
border-color: #778DFB;
}
.TagClassName
{
border-color: #778DFB;
}
</style>