Shades of Cornflower Blue #779DF2
Tints of Cornflower Blue #779DF2
RGB
CMYK
RGB Variations
Color information
#779DF2 (or 0x779DF2) is known color: Cornflower Blue. HEX triplet: 77, 9D and F2. RGB value is (119,157,242). Sum of RGB (Red+Green+Blue) = 119+157+242=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 157 (61.72% from 255 or 30.31% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 242 - color contains mainly: blue. Hex color #779DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779DF2 is #88620D. Grayscale: #9A9A9A. Windows color (decimal): -8937998 or 15900023. OLE color: 15900023.
HSL color Cylindrical-coordinate representation of color #779DF2: hue angle of 221.46º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #779DF2 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 119 | 157 | 242 | - |
| CMYK | 0.51 | 0.35 | 0 | 0.05 |
| HSL | 221.46º | 0.83% | 0.71% | - |
| HSV(B) | 221.46º | 0.51% | 0.95% | - |
| XYZ | 35.69 | 34.45 | 88.77 | - |
| YUV | 155.33 | 176.91 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 157 | 242 | 0.51 | 0.35 | 0 | 0.05 | 221.46 | 0.83 | 0.71 |
| Hex | 77 | 9D | F2 | 33 | 23 | 0 | 5 | DD | 53 | 47 |
| Octal | 167 | 235 | 362 | 63 | 43 | 0 | 5 | 335 | 123 | 107 |
| Binary | 1110111 | 10011101 | 11110010 | 110011 | 100011 | 0 | 101 | 11011101 | 1010011 | 1000111 |
Color Harmonies of #779DF2
Complementary color
Monochromatic Colors of #779DF2
Black with #779DF2
Text Example
Text Example
White with #779DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779DF2; }
p { color: rgb(119,157,242); }
H1.HeaderClassName
{
color: #779DF2;
}
.AnyTagClassName
{
color: #779DF2;
}
</style>
background-color css
<style>
a { background-color: #779DF2; }
a { background-color: rgb(119,157,242); }
div.DivClassName
{
background-color: #779DF2;
}
.BgClassName
{
background-color: #779DF2;
}
</style>
border-color css
<style>
span { border-color: #779DF2; }
span { border-color: rgb(119,157,242); }
td.TdClassName
{
border-color: #779DF2;
}
.TagClassName
{
border-color: #779DF2;
}
</style>