Shades of Cornflower Blue #779BFC
Tints of Cornflower Blue #779BFC
RGB
CMYK
RGB Variations
Color information
#779BFC (or 0x779BFC) is known color: Cornflower Blue. HEX triplet: 77, 9B and FC. RGB value is (119,155,252). Sum of RGB (Red+Green+Blue) = 119+155+252=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #779BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BFC is #886403. Grayscale: #9A9A9A. Windows color (decimal): -8938500 or 16554871. OLE color: 16554871.
HSL color Cylindrical-coordinate representation of color #779BFC: hue angle of 223.76º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779BFC is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 155 | 252 | - |
| CMYK | 0.53 | 0.38 | 0 | 0.01 |
| HSL | 223.76º | 0.96% | 0.73% | - |
| HSV(B) | 223.76º | 0.53% | 0.99% | - |
| XYZ | 36.9 | 34.39 | 96.79 | - |
| YUV | 155.29 | 182.57 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 252 | 0.53 | 0.38 | 0 | 0.01 | 223.76 | 0.96 | 0.73 |
| Hex | 77 | 9B | FC | 35 | 26 | 0 | 1 | E0 | 60 | 49 |
| Octal | 167 | 233 | 374 | 65 | 46 | 0 | 1 | 340 | 140 | 111 |
| Binary | 1110111 | 10011011 | 11111100 | 110101 | 100110 | 0 | 1 | 11100000 | 1100000 | 1001001 |
Color Harmonies of #779BFC
Complementary color
Monochromatic Colors of #779BFC
Black with #779BFC
Text Example
Text Example
White with #779BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BFC; }
p { color: rgb(119,155,252); }
H1.HeaderClassName
{
color: #779BFC;
}
.AnyTagClassName
{
color: #779BFC;
}
</style>
background-color css
<style>
a { background-color: #779BFC; }
a { background-color: rgb(119,155,252); }
div.DivClassName
{
background-color: #779BFC;
}
.BgClassName
{
background-color: #779BFC;
}
</style>
border-color css
<style>
span { border-color: #779BFC; }
span { border-color: rgb(119,155,252); }
td.TdClassName
{
border-color: #779BFC;
}
.TagClassName
{
border-color: #779BFC;
}
</style>