Shades of Cornflower Blue #778BE6
Tints of Cornflower Blue #778BE6
RGB
CMYK
RGB Variations
Color information
#778BE6 (or 0x778BE6) is known color: Cornflower Blue. HEX triplet: 77, 8B and E6. RGB value is (119,139,230). Sum of RGB (Red+Green+Blue) = 119+139+230=488 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.39% from 488); Green value is 139 (54.69% from 255 or 28.48% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #778BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BE6 is #887419. Grayscale: #8F8F8F. Windows color (decimal): -8942618 or 15108983. OLE color: 15108983.
HSL color Cylindrical-coordinate representation of color #778BE6: hue angle of 229.19º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #778BE6 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 119 | 139 | 230 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.10 |
| HSL | 229.19º | 0.69% | 0.68% | - |
| HSV(B) | 229.19º | 0.48% | 0.9% | - |
| XYZ | 31.12 | 28.1 | 78.65 | - |
| YUV | 143.39 | 176.87 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 230 | 0.48 | 0.40 | 0 | 0.10 | 229.19 | 0.69 | 0.68 |
| Hex | 77 | 8B | E6 | 30 | 28 | 0 | A | E5 | 45 | 44 |
| Octal | 167 | 213 | 346 | 60 | 50 | 0 | 12 | 345 | 105 | 104 |
| Binary | 1110111 | 10001011 | 11100110 | 110000 | 101000 | 0 | 1010 | 11100101 | 1000101 | 1000100 |
Color Harmonies of #778BE6
Complementary color
Monochromatic Colors of #778BE6
Black with #778BE6
Text Example
Text Example
White with #778BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BE6; }
p { color: rgb(119,139,230); }
H1.HeaderClassName
{
color: #778BE6;
}
.AnyTagClassName
{
color: #778BE6;
}
</style>
background-color css
<style>
a { background-color: #778BE6; }
a { background-color: rgb(119,139,230); }
div.DivClassName
{
background-color: #778BE6;
}
.BgClassName
{
background-color: #778BE6;
}
</style>
border-color css
<style>
span { border-color: #778BE6; }
span { border-color: rgb(119,139,230); }
td.TdClassName
{
border-color: #778BE6;
}
.TagClassName
{
border-color: #778BE6;
}
</style>