Shades of Cornflower Blue #779AFC
Tints of Cornflower Blue #779AFC
RGB
CMYK
RGB Variations
Color information
#779AFC (or 0x779AFC) is known color: Cornflower Blue. HEX triplet: 77, 9A and FC. RGB value is (119,154,252). Sum of RGB (Red+Green+Blue) = 119+154+252=525 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.67% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #779AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779AFC is #886503. Grayscale: #9A9A9A. Windows color (decimal): -8938756 or 16554615. OLE color: 16554615.
HSL color Cylindrical-coordinate representation of color #779AFC: hue angle of 224.21º 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 #779AFC is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 154 | 252 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.01 |
| HSL | 224.21º | 0.96% | 0.73% | - |
| HSV(B) | 224.21º | 0.53% | 0.99% | - |
| XYZ | 36.73 | 34.06 | 96.73 | - |
| YUV | 154.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 252 | 0.53 | 0.39 | 0 | 0.01 | 224.21 | 0.96 | 0.73 |
| Hex | 77 | 9A | FC | 35 | 27 | 0 | 1 | E0 | 60 | 49 |
| Octal | 167 | 232 | 374 | 65 | 47 | 0 | 1 | 340 | 140 | 111 |
| Binary | 1110111 | 10011010 | 11111100 | 110101 | 100111 | 0 | 1 | 11100000 | 1100000 | 1001001 |
Color Harmonies of #779AFC
Complementary color
Monochromatic Colors of #779AFC
Black with #779AFC
Text Example
Text Example
White with #779AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779AFC; }
p { color: rgb(119,154,252); }
H1.HeaderClassName
{
color: #779AFC;
}
.AnyTagClassName
{
color: #779AFC;
}
</style>
background-color css
<style>
a { background-color: #779AFC; }
a { background-color: rgb(119,154,252); }
div.DivClassName
{
background-color: #779AFC;
}
.BgClassName
{
background-color: #779AFC;
}
</style>
border-color css
<style>
span { border-color: #779AFC; }
span { border-color: rgb(119,154,252); }
td.TdClassName
{
border-color: #779AFC;
}
.TagClassName
{
border-color: #779AFC;
}
</style>