Shades of Cornflower Blue #778DF1
Tints of Cornflower Blue #778DF1
RGB
CMYK
RGB Variations
Color information
#778DF1 (or 0x778DF1) is known color: Cornflower Blue. HEX triplet: 77, 8D and F1. RGB value is (119,141,241). Sum of RGB (Red+Green+Blue) = 119+141+241=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #778DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778DF1 is #88720E. Grayscale: #919191. Windows color (decimal): -8942095 or 15830391. OLE color: 15830391.
HSL color Cylindrical-coordinate representation of color #778DF1: hue angle of 229.18º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #778DF1 is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 141 | 241 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.05 |
| HSL | 229.18º | 0.81% | 0.71% | - |
| HSV(B) | 229.18º | 0.51% | 0.95% | - |
| XYZ | 33.01 | 29.32 | 87.14 | - |
| YUV | 145.82 | 181.71 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 141 | 241 | 0.51 | 0.41 | 0 | 0.05 | 229.18 | 0.81 | 0.71 |
| Hex | 77 | 8D | F1 | 33 | 29 | 0 | 5 | E5 | 51 | 47 |
| Octal | 167 | 215 | 361 | 63 | 51 | 0 | 5 | 345 | 121 | 107 |
| Binary | 1110111 | 10001101 | 11110001 | 110011 | 101001 | 0 | 101 | 11100101 | 1010001 | 1000111 |
Color Harmonies of #778DF1
Complementary color
Monochromatic Colors of #778DF1
Black with #778DF1
Text Example
Text Example
White with #778DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778DF1; }
p { color: rgb(119,141,241); }
H1.HeaderClassName
{
color: #778DF1;
}
.AnyTagClassName
{
color: #778DF1;
}
</style>
background-color css
<style>
a { background-color: #778DF1; }
a { background-color: rgb(119,141,241); }
div.DivClassName
{
background-color: #778DF1;
}
.BgClassName
{
background-color: #778DF1;
}
</style>
border-color css
<style>
span { border-color: #778DF1; }
span { border-color: rgb(119,141,241); }
td.TdClassName
{
border-color: #778DF1;
}
.TagClassName
{
border-color: #778DF1;
}
</style>