Shades of Cornflower Blue #7790EF
Tints of Cornflower Blue #7790EF
RGB
CMYK
RGB Variations
Color information
#7790EF (or 0x7790EF) is known color: Cornflower Blue. HEX triplet: 77, 90 and EF. RGB value is (119,144,239). Sum of RGB (Red+Green+Blue) = 119+144+239=502 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.71% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #7790EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7790EF is #886F10. Grayscale: #929292. Windows color (decimal): -8941329 or 15700087. OLE color: 15700087.
HSL color Cylindrical-coordinate representation of color #7790EF: hue angle of 227.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7790EF is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 144 | 239 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.06 |
| HSL | 227.5º | 0.79% | 0.7% | - |
| HSV(B) | 227.5º | 0.5% | 0.94% | - |
| XYZ | 33.16 | 30.1 | 85.72 | - |
| YUV | 147.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 239 | 0.50 | 0.40 | 0 | 0.06 | 227.5 | 0.79 | 0.7 |
| Hex | 77 | 90 | EF | 32 | 28 | 0 | 6 | E4 | 4F | 46 |
| Octal | 167 | 220 | 357 | 62 | 50 | 0 | 6 | 344 | 117 | 106 |
| Binary | 1110111 | 10010000 | 11101111 | 110010 | 101000 | 0 | 110 | 11100100 | 1001111 | 1000110 |
Color Harmonies of #7790EF
Complementary color
Monochromatic Colors of #7790EF
Black with #7790EF
Text Example
Text Example
White with #7790EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7790EF; }
p { color: rgb(119,144,239); }
H1.HeaderClassName
{
color: #7790EF;
}
.AnyTagClassName
{
color: #7790EF;
}
</style>
background-color css
<style>
a { background-color: #7790EF; }
a { background-color: rgb(119,144,239); }
div.DivClassName
{
background-color: #7790EF;
}
.BgClassName
{
background-color: #7790EF;
}
</style>
border-color css
<style>
span { border-color: #7790EF; }
span { border-color: rgb(119,144,239); }
td.TdClassName
{
border-color: #7790EF;
}
.TagClassName
{
border-color: #7790EF;
}
</style>