Shades of Cornflower Blue #779BEE
Tints of Cornflower Blue #779BEE
RGB
CMYK
RGB Variations
Color information
#779BEE (or 0x779BEE) is known color: Cornflower Blue. HEX triplet: 77, 9B and EE. RGB value is (119,155,238). Sum of RGB (Red+Green+Blue) = 119+155+238=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #779BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BEE is #886411. Grayscale: #999999. Windows color (decimal): -8938514 or 15637367. OLE color: 15637367.
HSL color Cylindrical-coordinate representation of color #779BEE: hue angle of 221.85º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #779BEE is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 155 | 238 | - |
| CMYK | 0.50 | 0.35 | 0 | 0.07 |
| HSL | 221.85º | 0.78% | 0.7% | - |
| HSV(B) | 221.85º | 0.5% | 0.93% | - |
| XYZ | 34.76 | 33.54 | 85.53 | - |
| YUV | 153.7 | 175.57 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 238 | 0.50 | 0.35 | 0 | 0.07 | 221.85 | 0.78 | 0.7 |
| Hex | 77 | 9B | EE | 32 | 23 | 0 | 7 | DE | 4E | 46 |
| Octal | 167 | 233 | 356 | 62 | 43 | 0 | 7 | 336 | 116 | 106 |
| Binary | 1110111 | 10011011 | 11101110 | 110010 | 100011 | 0 | 111 | 11011110 | 1001110 | 1000110 |
Color Harmonies of #779BEE
Complementary color
Monochromatic Colors of #779BEE
Black with #779BEE
Text Example
Text Example
White with #779BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BEE; }
p { color: rgb(119,155,238); }
H1.HeaderClassName
{
color: #779BEE;
}
.AnyTagClassName
{
color: #779BEE;
}
</style>
background-color css
<style>
a { background-color: #779BEE; }
a { background-color: rgb(119,155,238); }
div.DivClassName
{
background-color: #779BEE;
}
.BgClassName
{
background-color: #779BEE;
}
</style>
border-color css
<style>
span { border-color: #779BEE; }
span { border-color: rgb(119,155,238); }
td.TdClassName
{
border-color: #779BEE;
}
.TagClassName
{
border-color: #779BEE;
}
</style>