Shades of Cornflower Blue #778EEB
Tints of Cornflower Blue #778EEB
RGB
CMYK
RGB Variations
Color information
#778EEB (or 0x778EEB) is known color: Cornflower Blue. HEX triplet: 77, 8E and EB. RGB value is (119,142,235). Sum of RGB (Red+Green+Blue) = 119+142+235=496 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.99% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #778EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778EEB is #887114. Grayscale: #919191. Windows color (decimal): -8941845 or 15437431. OLE color: 15437431.
HSL color Cylindrical-coordinate representation of color #778EEB: hue angle of 228.1º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #778EEB is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 142 | 235 | - |
| CMYK | 0.49 | 0.40 | 0 | 0.08 |
| HSL | 228.1º | 0.74% | 0.69% | - |
| HSV(B) | 228.1º | 0.49% | 0.92% | - |
| XYZ | 32.28 | 29.27 | 82.55 | - |
| YUV | 145.73 | 178.38 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 142 | 235 | 0.49 | 0.40 | 0 | 0.08 | 228.1 | 0.74 | 0.69 |
| Hex | 77 | 8E | EB | 31 | 28 | 0 | 8 | E4 | 4A | 45 |
| Octal | 167 | 216 | 353 | 61 | 50 | 0 | 10 | 344 | 112 | 105 |
| Binary | 1110111 | 10001110 | 11101011 | 110001 | 101000 | 0 | 1000 | 11100100 | 1001010 | 1000101 |
Color Harmonies of #778EEB
Complementary color
Monochromatic Colors of #778EEB
Black with #778EEB
Text Example
Text Example
White with #778EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778EEB; }
p { color: rgb(119,142,235); }
H1.HeaderClassName
{
color: #778EEB;
}
.AnyTagClassName
{
color: #778EEB;
}
</style>
background-color css
<style>
a { background-color: #778EEB; }
a { background-color: rgb(119,142,235); }
div.DivClassName
{
background-color: #778EEB;
}
.BgClassName
{
background-color: #778EEB;
}
</style>
border-color css
<style>
span { border-color: #778EEB; }
span { border-color: rgb(119,142,235); }
td.TdClassName
{
border-color: #778EEB;
}
.TagClassName
{
border-color: #778EEB;
}
</style>