Shades of Cornflower Blue #7788EE
Tints of Cornflower Blue #7788EE
RGB
CMYK
RGB Variations
Color information
#7788EE (or 0x7788EE) is known color: Cornflower Blue. HEX triplet: 77, 88 and EE. RGB value is (119,136,238). Sum of RGB (Red+Green+Blue) = 119+136+238=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #7788EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7788EE is #887711. Grayscale: #8E8E8E. Windows color (decimal): -8943378 or 15632503. OLE color: 15632503.
HSL color Cylindrical-coordinate representation of color #7788EE: hue angle of 231.43º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7788EE is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 136 | 238 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.07 |
| HSL | 231.43º | 0.78% | 0.7% | - |
| HSV(B) | 231.43º | 0.5% | 0.93% | - |
| XYZ | 31.84 | 27.7 | 84.56 | - |
| YUV | 142.55 | 181.87 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 136 | 238 | 0.50 | 0.43 | 0 | 0.07 | 231.43 | 0.78 | 0.7 |
| Hex | 77 | 88 | EE | 32 | 2B | 0 | 7 | E7 | 4E | 46 |
| Octal | 167 | 210 | 356 | 62 | 53 | 0 | 7 | 347 | 116 | 106 |
| Binary | 1110111 | 10001000 | 11101110 | 110010 | 101011 | 0 | 111 | 11100111 | 1001110 | 1000110 |
Color Harmonies of #7788EE
Complementary color
Monochromatic Colors of #7788EE
Black with #7788EE
Text Example
Text Example
White with #7788EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7788EE; }
p { color: rgb(119,136,238); }
H1.HeaderClassName
{
color: #7788EE;
}
.AnyTagClassName
{
color: #7788EE;
}
</style>
background-color css
<style>
a { background-color: #7788EE; }
a { background-color: rgb(119,136,238); }
div.DivClassName
{
background-color: #7788EE;
}
.BgClassName
{
background-color: #7788EE;
}
</style>
border-color css
<style>
span { border-color: #7788EE; }
span { border-color: rgb(119,136,238); }
td.TdClassName
{
border-color: #7788EE;
}
.TagClassName
{
border-color: #7788EE;
}
</style>