Shades of Cornflower Blue #779AF0
Tints of Cornflower Blue #779AF0
RGB
CMYK
RGB Variations
Color information
#779AF0 (or 0x779AF0) is known color: Cornflower Blue. HEX triplet: 77, 9A and F0. RGB value is (119,154,240). Sum of RGB (Red+Green+Blue) = 119+154+240=513 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.20% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #779AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AF0 is #88650F. Grayscale: #989898. Windows color (decimal): -8938768 or 15768183. OLE color: 15768183.
HSL color Cylindrical-coordinate representation of color #779AF0: hue angle of 222.64º degrees, saturation: 0.8, 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 #779AF0 is Cyan = 0.50, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 154 | 240 | - |
| CMYK | 0.50 | 0.36 | 0 | 0.06 |
| HSL | 222.64º | 0.8% | 0.7% | - |
| HSV(B) | 222.64º | 0.5% | 0.94% | - |
| XYZ | 34.89 | 33.32 | 87.03 | - |
| YUV | 153.34 | 176.9 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 240 | 0.50 | 0.36 | 0 | 0.06 | 222.64 | 0.8 | 0.7 |
| Hex | 77 | 9A | F0 | 32 | 24 | 0 | 6 | DF | 50 | 46 |
| Octal | 167 | 232 | 360 | 62 | 44 | 0 | 6 | 337 | 120 | 106 |
| Binary | 1110111 | 10011010 | 11110000 | 110010 | 100100 | 0 | 110 | 11011111 | 1010000 | 1000110 |
Color Harmonies of #779AF0
Complementary color
Monochromatic Colors of #779AF0
Black with #779AF0
Text Example
Text Example
White with #779AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AF0; }
p { color: rgb(119,154,240); }
H1.HeaderClassName
{
color: #779AF0;
}
.AnyTagClassName
{
color: #779AF0;
}
</style>
background-color css
<style>
a { background-color: #779AF0; }
a { background-color: rgb(119,154,240); }
div.DivClassName
{
background-color: #779AF0;
}
.BgClassName
{
background-color: #779AF0;
}
</style>
border-color css
<style>
span { border-color: #779AF0; }
span { border-color: rgb(119,154,240); }
td.TdClassName
{
border-color: #779AF0;
}
.TagClassName
{
border-color: #779AF0;
}
</style>