Shades of Cornflower Blue #779BEB
Tints of Cornflower Blue #779BEB
RGB
CMYK
RGB Variations
Color information
#779BEB (or 0x779BEB) is known color: Cornflower Blue. HEX triplet: 77, 9B and EB. RGB value is (119,155,235). Sum of RGB (Red+Green+Blue) = 119+155+235=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #779BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BEB is #886414. Grayscale: #989898. Windows color (decimal): -8938517 or 15440759. OLE color: 15440759.
HSL color Cylindrical-coordinate representation of color #779BEB: hue angle of 221.38º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #779BEB is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 119 | 155 | 235 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.08 |
| HSL | 221.38º | 0.74% | 0.69% | - |
| HSV(B) | 221.38º | 0.49% | 0.92% | - |
| XYZ | 34.32 | 33.36 | 83.23 | - |
| YUV | 153.36 | 174.07 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 235 | 0.49 | 0.34 | 0 | 0.08 | 221.38 | 0.74 | 0.69 |
| Hex | 77 | 9B | EB | 31 | 22 | 0 | 8 | DD | 4A | 45 |
| Octal | 167 | 233 | 353 | 61 | 42 | 0 | 10 | 335 | 112 | 105 |
| Binary | 1110111 | 10011011 | 11101011 | 110001 | 100010 | 0 | 1000 | 11011101 | 1001010 | 1000101 |
Color Harmonies of #779BEB
Complementary color
Monochromatic Colors of #779BEB
Black with #779BEB
Text Example
Text Example
White with #779BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BEB; }
p { color: rgb(119,155,235); }
H1.HeaderClassName
{
color: #779BEB;
}
.AnyTagClassName
{
color: #779BEB;
}
</style>
background-color css
<style>
a { background-color: #779BEB; }
a { background-color: rgb(119,155,235); }
div.DivClassName
{
background-color: #779BEB;
}
.BgClassName
{
background-color: #779BEB;
}
</style>
border-color css
<style>
span { border-color: #779BEB; }
span { border-color: rgb(119,155,235); }
td.TdClassName
{
border-color: #779BEB;
}
.TagClassName
{
border-color: #779BEB;
}
</style>