Shades of Cornflower Blue #7799EC
Tints of Cornflower Blue #7799EC
RGB
CMYK
RGB Variations
Color information
#7799EC (or 0x7799EC) is known color: Cornflower Blue. HEX triplet: 77, 99 and EC. RGB value is (119,153,236). Sum of RGB (Red+Green+Blue) = 119+153+236=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #7799EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7799EC is #886613. Grayscale: #979797. Windows color (decimal): -8939028 or 15505783. OLE color: 15505783.
HSL color Cylindrical-coordinate representation of color #7799EC: hue angle of 222.56º degrees, saturation: 0.75, 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 #7799EC is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 153 | 236 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.07 |
| HSL | 222.56º | 0.75% | 0.7% | - |
| HSV(B) | 222.56º | 0.5% | 0.93% | - |
| XYZ | 34.14 | 32.76 | 83.88 | - |
| YUV | 152.3 | 175.24 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 236 | 0.50 | 0.35 | 0 | 0.07 | 222.56 | 0.75 | 0.7 |
| Hex | 77 | 99 | EC | 32 | 23 | 0 | 7 | DF | 4B | 46 |
| Octal | 167 | 231 | 354 | 62 | 43 | 0 | 7 | 337 | 113 | 106 |
| Binary | 1110111 | 10011001 | 11101100 | 110010 | 100011 | 0 | 111 | 11011111 | 1001011 | 1000110 |
Color Harmonies of #7799EC
Complementary color
Monochromatic Colors of #7799EC
Black with #7799EC
Text Example
Text Example
White with #7799EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7799EC; }
p { color: rgb(119,153,236); }
H1.HeaderClassName
{
color: #7799EC;
}
.AnyTagClassName
{
color: #7799EC;
}
</style>
background-color css
<style>
a { background-color: #7799EC; }
a { background-color: rgb(119,153,236); }
div.DivClassName
{
background-color: #7799EC;
}
.BgClassName
{
background-color: #7799EC;
}
</style>
border-color css
<style>
span { border-color: #7799EC; }
span { border-color: rgb(119,153,236); }
td.TdClassName
{
border-color: #7799EC;
}
.TagClassName
{
border-color: #7799EC;
}
</style>