Shades of Cornflower Blue #779DFB
Tints of Cornflower Blue #779DFB
RGB
CMYK
RGB Variations
Color information
#779DFB (or 0x779DFB) is known color: Cornflower Blue. HEX triplet: 77, 9D and FB. RGB value is (119,157,251). Sum of RGB (Red+Green+Blue) = 119+157+251=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #779DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DFB is #886204. Grayscale: #9B9B9B. Windows color (decimal): -8937989 or 16489847. OLE color: 16489847.
HSL color Cylindrical-coordinate representation of color #779DFB: hue angle of 222.73º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779DFB is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 157 | 251 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.02 |
| HSL | 222.73º | 0.94% | 0.73% | - |
| HSV(B) | 222.73º | 0.53% | 0.98% | - |
| XYZ | 37.08 | 35 | 96.07 | - |
| YUV | 156.35 | 181.41 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 251 | 0.53 | 0.37 | 0 | 0.02 | 222.73 | 0.94 | 0.73 |
| Hex | 77 | 9D | FB | 35 | 25 | 0 | 2 | DF | 5E | 49 |
| Octal | 167 | 235 | 373 | 65 | 45 | 0 | 2 | 337 | 136 | 111 |
| Binary | 1110111 | 10011101 | 11111011 | 110101 | 100101 | 0 | 10 | 11011111 | 1011110 | 1001001 |
Color Harmonies of #779DFB
Complementary color
Monochromatic Colors of #779DFB
Black with #779DFB
Text Example
Text Example
White with #779DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DFB; }
p { color: rgb(119,157,251); }
H1.HeaderClassName
{
color: #779DFB;
}
.AnyTagClassName
{
color: #779DFB;
}
</style>
background-color css
<style>
a { background-color: #779DFB; }
a { background-color: rgb(119,157,251); }
div.DivClassName
{
background-color: #779DFB;
}
.BgClassName
{
background-color: #779DFB;
}
</style>
border-color css
<style>
span { border-color: #779DFB; }
span { border-color: rgb(119,157,251); }
td.TdClassName
{
border-color: #779DFB;
}
.TagClassName
{
border-color: #779DFB;
}
</style>