Shades of Cornflower Blue #779DFF
Tints of Cornflower Blue #779DFF
RGB
CMYK
RGB Variations
Color information
#779DFF (or 0x779DFF) is known color: Cornflower Blue. HEX triplet: 77, 9D and FF. RGB value is (119,157,255). Sum of RGB (Red+Green+Blue) = 119+157+255=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #779DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DFF is #886200. Grayscale: #9C9C9C. Windows color (decimal): -8937985 or 16751991. OLE color: 16751991.
HSL color Cylindrical-coordinate representation of color #779DFF: hue angle of 223.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779DFF is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 157 | 255 | - |
| CMYK | 0.53 | 0.38 | 0 | 0 |
| HSL | 223.24º | 1% | 0.73% | - |
| HSV(B) | 223.24º | 0.53% | 1% | - |
| XYZ | 37.71 | 35.26 | 99.43 | - |
| YUV | 156.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 255 | 0.53 | 0.38 | 0 | 0 | 223.24 | 1 | 0.73 |
| Hex | 77 | 9D | FF | 35 | 26 | 0 | 0 | DF | 64 | 49 |
| Octal | 167 | 235 | 377 | 65 | 46 | 0 | 0 | 337 | 144 | 111 |
| Binary | 1110111 | 10011101 | 11111111 | 110101 | 100110 | 0 | 0 | 11011111 | 1100100 | 1001001 |
Color Harmonies of #779DFF
Complementary color
Monochromatic Colors of #779DFF
Black with #779DFF
Text Example
Text Example
White with #779DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DFF; }
p { color: rgb(119,157,255); }
H1.HeaderClassName
{
color: #779DFF;
}
.AnyTagClassName
{
color: #779DFF;
}
</style>
background-color css
<style>
a { background-color: #779DFF; }
a { background-color: rgb(119,157,255); }
div.DivClassName
{
background-color: #779DFF;
}
.BgClassName
{
background-color: #779DFF;
}
</style>
border-color css
<style>
span { border-color: #779DFF; }
span { border-color: rgb(119,157,255); }
td.TdClassName
{
border-color: #779DFF;
}
.TagClassName
{
border-color: #779DFF;
}
</style>