Shades of Cornflower Blue #779DFA
Tints of Cornflower Blue #779DFA
RGB
CMYK
RGB Variations
Color information
#779DFA (or 0x779DFA) is known color: Cornflower Blue. HEX triplet: 77, 9D and FA. RGB value is (119,157,250). Sum of RGB (Red+Green+Blue) = 119+157+250=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 250 (98.05% from 255 or 47.53% from 526); Max value from RGB is 250 - color contains mainly: blue. Hex color #779DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DFA is #886205. Grayscale: #9B9B9B. Windows color (decimal): -8937990 or 16424311. OLE color: 16424311.
HSL color Cylindrical-coordinate representation of color #779DFA: hue angle of 222.6º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #779DFA is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 157 | 250 | - |
| CMYK | 0.52 | 0.37 | 0 | 0.02 |
| HSL | 222.6º | 0.93% | 0.72% | - |
| HSV(B) | 222.6º | 0.52% | 0.98% | - |
| XYZ | 36.92 | 34.94 | 95.24 | - |
| YUV | 156.24 | 180.91 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 250 | 0.52 | 0.37 | 0 | 0.02 | 222.6 | 0.93 | 0.72 |
| Hex | 77 | 9D | FA | 34 | 25 | 0 | 2 | DF | 5D | 48 |
| Octal | 167 | 235 | 372 | 64 | 45 | 0 | 2 | 337 | 135 | 110 |
| Binary | 1110111 | 10011101 | 11111010 | 110100 | 100101 | 0 | 10 | 11011111 | 1011101 | 1001000 |
Color Harmonies of #779DFA
Complementary color
Monochromatic Colors of #779DFA
Black with #779DFA
Text Example
Text Example
White with #779DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DFA; }
p { color: rgb(119,157,250); }
H1.HeaderClassName
{
color: #779DFA;
}
.AnyTagClassName
{
color: #779DFA;
}
</style>
background-color css
<style>
a { background-color: #779DFA; }
a { background-color: rgb(119,157,250); }
div.DivClassName
{
background-color: #779DFA;
}
.BgClassName
{
background-color: #779DFA;
}
</style>
border-color css
<style>
span { border-color: #779DFA; }
span { border-color: rgb(119,157,250); }
td.TdClassName
{
border-color: #779DFA;
}
.TagClassName
{
border-color: #779DFA;
}
</style>