Shades of Cornflower Blue #778CFB
Tints of Cornflower Blue #778CFB
RGB
CMYK
RGB Variations
Color information
#778CFB (or 0x778CFB) is known color: Cornflower Blue. HEX triplet: 77, 8C and FB. RGB value is (119,140,251). Sum of RGB (Red+Green+Blue) = 119+140+251=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #778CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CFB is #887304. Grayscale: #919191. Windows color (decimal): -8942341 or 16485495. OLE color: 16485495.
HSL color Cylindrical-coordinate representation of color #778CFB: hue angle of 230.45º 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 #778CFB is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 140 | 251 | - |
| CMYK | 0.53 | 0.44 | 0 | 0.02 |
| HSL | 230.45º | 0.94% | 0.73% | - |
| HSV(B) | 230.45º | 0.53% | 0.98% | - |
| XYZ | 34.4 | 29.64 | 95.18 | - |
| YUV | 146.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 251 | 0.53 | 0.44 | 0 | 0.02 | 230.45 | 0.94 | 0.73 |
| Hex | 77 | 8C | FB | 35 | 2C | 0 | 2 | E6 | 5E | 49 |
| Octal | 167 | 214 | 373 | 65 | 54 | 0 | 2 | 346 | 136 | 111 |
| Binary | 1110111 | 10001100 | 11111011 | 110101 | 101100 | 0 | 10 | 11100110 | 1011110 | 1001001 |
Color Harmonies of #778CFB
Complementary color
Monochromatic Colors of #778CFB
Black with #778CFB
Text Example
Text Example
White with #778CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CFB; }
p { color: rgb(119,140,251); }
H1.HeaderClassName
{
color: #778CFB;
}
.AnyTagClassName
{
color: #778CFB;
}
</style>
background-color css
<style>
a { background-color: #778CFB; }
a { background-color: rgb(119,140,251); }
div.DivClassName
{
background-color: #778CFB;
}
.BgClassName
{
background-color: #778CFB;
}
</style>
border-color css
<style>
span { border-color: #778CFB; }
span { border-color: rgb(119,140,251); }
td.TdClassName
{
border-color: #778CFB;
}
.TagClassName
{
border-color: #778CFB;
}
</style>