Shades of Cornflower Blue #779DEF
Tints of Cornflower Blue #779DEF
RGB
CMYK
RGB Variations
Color information
#779DEF (or 0x779DEF) is known color: Cornflower Blue. HEX triplet: 77, 9D and EF. RGB value is (119,157,239). Sum of RGB (Red+Green+Blue) = 119+157+239=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #779DEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DEF is #886210. Grayscale: #9A9A9A. Windows color (decimal): -8938001 or 15703415. OLE color: 15703415.
HSL color Cylindrical-coordinate representation of color #779DEF: hue angle of 221º 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 #779DEF is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 157 | 239 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.06 |
| HSL | 221º | 0.79% | 0.7% | - |
| HSV(B) | 221º | 0.5% | 0.94% | - |
| XYZ | 35.24 | 34.27 | 86.42 | - |
| YUV | 154.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 239 | 0.50 | 0.34 | 0 | 0.06 | 221 | 0.79 | 0.7 |
| Hex | 77 | 9D | EF | 32 | 22 | 0 | 6 | DD | 4F | 46 |
| Octal | 167 | 235 | 357 | 62 | 42 | 0 | 6 | 335 | 117 | 106 |
| Binary | 1110111 | 10011101 | 11101111 | 110010 | 100010 | 0 | 110 | 11011101 | 1001111 | 1000110 |
Color Harmonies of #779DEF
Complementary color
Monochromatic Colors of #779DEF
Black with #779DEF
Text Example
Text Example
White with #779DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DEF; }
p { color: rgb(119,157,239); }
H1.HeaderClassName
{
color: #779DEF;
}
.AnyTagClassName
{
color: #779DEF;
}
</style>
background-color css
<style>
a { background-color: #779DEF; }
a { background-color: rgb(119,157,239); }
div.DivClassName
{
background-color: #779DEF;
}
.BgClassName
{
background-color: #779DEF;
}
</style>
border-color css
<style>
span { border-color: #779DEF; }
span { border-color: rgb(119,157,239); }
td.TdClassName
{
border-color: #779DEF;
}
.TagClassName
{
border-color: #779DEF;
}
</style>