Shades of Cornflower Blue #779BFE
Tints of Cornflower Blue #779BFE
RGB
CMYK
RGB Variations
Color information
#779BFE (or 0x779BFE) is known color: Cornflower Blue. HEX triplet: 77, 9B and FE. RGB value is (119,155,254). Sum of RGB (Red+Green+Blue) = 119+155+254=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #779BFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BFE is #886401. Grayscale: #9B9B9B. Windows color (decimal): -8938498 or 16685943. OLE color: 16685943.
HSL color Cylindrical-coordinate representation of color #779BFE: hue angle of 224º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #779BFE is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 155 | 254 | - |
| CMYK | 0.53 | 0.39 | 0 | 0.00 |
| HSL | 224º | 0.99% | 0.73% | - |
| HSV(B) | 224º | 0.53% | 1% | - |
| XYZ | 37.22 | 34.52 | 98.47 | - |
| YUV | 155.52 | 183.57 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 254 | 0.53 | 0.39 | 0 | 0.00 | 224 | 0.99 | 0.73 |
| Hex | 77 | 9B | FE | 35 | 27 | 0 | 0 | E0 | 63 | 49 |
| Octal | 167 | 233 | 376 | 65 | 47 | 0 | 0 | 340 | 143 | 111 |
| Binary | 1110111 | 10011011 | 11111110 | 110101 | 100111 | 0 | 0 | 11100000 | 1100011 | 1001001 |
Color Harmonies of #779BFE
Complementary color
Monochromatic Colors of #779BFE
Black with #779BFE
Text Example
Text Example
White with #779BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BFE; }
p { color: rgb(119,155,254); }
H1.HeaderClassName
{
color: #779BFE;
}
.AnyTagClassName
{
color: #779BFE;
}
</style>
background-color css
<style>
a { background-color: #779BFE; }
a { background-color: rgb(119,155,254); }
div.DivClassName
{
background-color: #779BFE;
}
.BgClassName
{
background-color: #779BFE;
}
</style>
border-color css
<style>
span { border-color: #779BFE; }
span { border-color: rgb(119,155,254); }
td.TdClassName
{
border-color: #779BFE;
}
.TagClassName
{
border-color: #779BFE;
}
</style>