Shades of Cornflower Blue #779CFA
Tints of Cornflower Blue #779CFA
RGB
CMYK
RGB Variations
Color information
#779CFA (or 0x779CFA) is known color: Cornflower Blue. HEX triplet: 77, 9C and FA. RGB value is (119,156,250). Sum of RGB (Red+Green+Blue) = 119+156+250=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #779CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779CFA is #886305. Grayscale: #9B9B9B. Windows color (decimal): -8938246 or 16424055. OLE color: 16424055.
HSL color Cylindrical-coordinate representation of color #779CFA: hue angle of 223.05º 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 #779CFA is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 156 | 250 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.02 |
| HSL | 223.05º | 0.93% | 0.72% | - |
| HSV(B) | 223.05º | 0.52% | 0.98% | - |
| XYZ | 36.75 | 34.6 | 95.18 | - |
| YUV | 155.65 | 181.24 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 156 | 250 | 0.52 | 0.38 | 0 | 0.02 | 223.05 | 0.93 | 0.72 |
| Hex | 77 | 9C | FA | 34 | 26 | 0 | 2 | DF | 5D | 48 |
| Octal | 167 | 234 | 372 | 64 | 46 | 0 | 2 | 337 | 135 | 110 |
| Binary | 1110111 | 10011100 | 11111010 | 110100 | 100110 | 0 | 10 | 11011111 | 1011101 | 1001000 |
Color Harmonies of #779CFA
Complementary color
Monochromatic Colors of #779CFA
Black with #779CFA
Text Example
Text Example
White with #779CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779CFA; }
p { color: rgb(119,156,250); }
H1.HeaderClassName
{
color: #779CFA;
}
.AnyTagClassName
{
color: #779CFA;
}
</style>
background-color css
<style>
a { background-color: #779CFA; }
a { background-color: rgb(119,156,250); }
div.DivClassName
{
background-color: #779CFA;
}
.BgClassName
{
background-color: #779CFA;
}
</style>
border-color css
<style>
span { border-color: #779CFA; }
span { border-color: rgb(119,156,250); }
td.TdClassName
{
border-color: #779CFA;
}
.TagClassName
{
border-color: #779CFA;
}
</style>