Shades of Cornflower Blue #779EEF
Tints of Cornflower Blue #779EEF
RGB
CMYK
RGB Variations
Color information
#779EEF (or 0x779EEF) is known color: Cornflower Blue. HEX triplet: 77, 9E and EF. RGB value is (119,158,239). Sum of RGB (Red+Green+Blue) = 119+158+239=516 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.06% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #779EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779EEF is #886110. Grayscale: #9B9B9B. Windows color (decimal): -8937745 or 15703671. OLE color: 15703671.
HSL color Cylindrical-coordinate representation of color #779EEF: hue angle of 220.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 #779EEF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 158 | 239 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.06 |
| HSL | 220.5º | 0.79% | 0.7% | - |
| HSV(B) | 220.5º | 0.5% | 0.94% | - |
| XYZ | 35.41 | 34.61 | 86.47 | - |
| YUV | 155.57 | 175.08 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 158 | 239 | 0.50 | 0.34 | 0 | 0.06 | 220.5 | 0.79 | 0.7 |
| Hex | 77 | 9E | EF | 32 | 22 | 0 | 6 | DC | 4F | 46 |
| Octal | 167 | 236 | 357 | 62 | 42 | 0 | 6 | 334 | 117 | 106 |
| Binary | 1110111 | 10011110 | 11101111 | 110010 | 100010 | 0 | 110 | 11011100 | 1001111 | 1000110 |
Color Harmonies of #779EEF
Complementary color
Monochromatic Colors of #779EEF
Black with #779EEF
Text Example
Text Example
White with #779EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779EEF; }
p { color: rgb(119,158,239); }
H1.HeaderClassName
{
color: #779EEF;
}
.AnyTagClassName
{
color: #779EEF;
}
</style>
background-color css
<style>
a { background-color: #779EEF; }
a { background-color: rgb(119,158,239); }
div.DivClassName
{
background-color: #779EEF;
}
.BgClassName
{
background-color: #779EEF;
}
</style>
border-color css
<style>
span { border-color: #779EEF; }
span { border-color: rgb(119,158,239); }
td.TdClassName
{
border-color: #779EEF;
}
.TagClassName
{
border-color: #779EEF;
}
</style>