Shades of Cornflower Blue #779BF6
Tints of Cornflower Blue #779BF6
RGB
CMYK
RGB Variations
Color information
#779BF6 (or 0x779BF6) is known color: Cornflower Blue. HEX triplet: 77, 9B and F6. RGB value is (119,155,246). Sum of RGB (Red+Green+Blue) = 119+155+246=520 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.88% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #779BF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BF6 is #886409. Grayscale: #9A9A9A. Windows color (decimal): -8938506 or 16161655. OLE color: 16161655.
HSL color Cylindrical-coordinate representation of color #779BF6: hue angle of 222.99º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #779BF6 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 155 | 246 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.04 |
| HSL | 222.99º | 0.88% | 0.72% | - |
| HSV(B) | 222.99º | 0.52% | 0.96% | - |
| XYZ | 35.96 | 34.02 | 91.86 | - |
| YUV | 154.61 | 179.57 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 246 | 0.52 | 0.37 | 0 | 0.04 | 222.99 | 0.88 | 0.72 |
| Hex | 77 | 9B | F6 | 34 | 25 | 0 | 4 | DF | 58 | 48 |
| Octal | 167 | 233 | 366 | 64 | 45 | 0 | 4 | 337 | 130 | 110 |
| Binary | 1110111 | 10011011 | 11110110 | 110100 | 100101 | 0 | 100 | 11011111 | 1011000 | 1001000 |
Color Harmonies of #779BF6
Complementary color
Monochromatic Colors of #779BF6
Black with #779BF6
Text Example
Text Example
White with #779BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BF6; }
p { color: rgb(119,155,246); }
H1.HeaderClassName
{
color: #779BF6;
}
.AnyTagClassName
{
color: #779BF6;
}
</style>
background-color css
<style>
a { background-color: #779BF6; }
a { background-color: rgb(119,155,246); }
div.DivClassName
{
background-color: #779BF6;
}
.BgClassName
{
background-color: #779BF6;
}
</style>
border-color css
<style>
span { border-color: #779BF6; }
span { border-color: rgb(119,155,246); }
td.TdClassName
{
border-color: #779BF6;
}
.TagClassName
{
border-color: #779BF6;
}
</style>