Shades of Cornflower Blue #779BF8
Tints of Cornflower Blue #779BF8
RGB
CMYK
RGB Variations
Color information
#779BF8 (or 0x779BF8) is known color: Cornflower Blue. HEX triplet: 77, 9B and F8. RGB value is (119,155,248). Sum of RGB (Red+Green+Blue) = 119+155+248=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 248 (97.27% from 255 or 47.51% from 522); Max value from RGB is 248 - color contains mainly: blue. Hex color #779BF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #779BF8 is #886407. Grayscale: #9A9A9A. Windows color (decimal): -8938504 or 16292727. OLE color: 16292727.
HSL color Cylindrical-coordinate representation of color #779BF8: hue angle of 223.26º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #779BF8 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 119 | 155 | 248 | - |
| CMYK | 0.52 | 0.38 | 0 | 0.03 |
| HSL | 223.26º | 0.9% | 0.72% | - |
| HSV(B) | 223.26º | 0.52% | 0.97% | - |
| XYZ | 36.27 | 34.14 | 93.49 | - |
| YUV | 154.84 | 180.57 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 248 | 0.52 | 0.38 | 0 | 0.03 | 223.26 | 0.9 | 0.72 |
| Hex | 77 | 9B | F8 | 34 | 26 | 0 | 3 | DF | 5A | 48 |
| Octal | 167 | 233 | 370 | 64 | 46 | 0 | 3 | 337 | 132 | 110 |
| Binary | 1110111 | 10011011 | 11111000 | 110100 | 100110 | 0 | 11 | 11011111 | 1011010 | 1001000 |
Color Harmonies of #779BF8
Complementary color
Monochromatic Colors of #779BF8
Black with #779BF8
Text Example
Text Example
White with #779BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779BF8; }
p { color: rgb(119,155,248); }
H1.HeaderClassName
{
color: #779BF8;
}
.AnyTagClassName
{
color: #779BF8;
}
</style>
background-color css
<style>
a { background-color: #779BF8; }
a { background-color: rgb(119,155,248); }
div.DivClassName
{
background-color: #779BF8;
}
.BgClassName
{
background-color: #779BF8;
}
</style>
border-color css
<style>
span { border-color: #779BF8; }
span { border-color: rgb(119,155,248); }
td.TdClassName
{
border-color: #779BF8;
}
.TagClassName
{
border-color: #779BF8;
}
</style>