Shades of Cornflower Blue #778BFC
Tints of Cornflower Blue #778BFC
RGB
CMYK
RGB Variations
Color information
#778BFC (or 0x778BFC) is known color: Cornflower Blue. HEX triplet: 77, 8B and FC. RGB value is (119,139,252). Sum of RGB (Red+Green+Blue) = 119+139+252=510 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.33% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #778BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778BFC is #887403. Grayscale: #919191. Windows color (decimal): -8942596 or 16550775. OLE color: 16550775.
HSL color Cylindrical-coordinate representation of color #778BFC: hue angle of 230.98º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778BFC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 139 | 252 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.01 |
| HSL | 230.98º | 0.96% | 0.73% | - |
| HSV(B) | 230.98º | 0.53% | 0.99% | - |
| XYZ | 34.41 | 29.42 | 95.96 | - |
| YUV | 145.9 | 187.87 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 139 | 252 | 0.53 | 0.45 | 0 | 0.01 | 230.98 | 0.96 | 0.73 |
| Hex | 77 | 8B | FC | 35 | 2D | 0 | 1 | E7 | 60 | 49 |
| Octal | 167 | 213 | 374 | 65 | 55 | 0 | 1 | 347 | 140 | 111 |
| Binary | 1110111 | 10001011 | 11111100 | 110101 | 101101 | 0 | 1 | 11100111 | 1100000 | 1001001 |
Color Harmonies of #778BFC
Complementary color
Monochromatic Colors of #778BFC
Black with #778BFC
Text Example
Text Example
White with #778BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778BFC; }
p { color: rgb(119,139,252); }
H1.HeaderClassName
{
color: #778BFC;
}
.AnyTagClassName
{
color: #778BFC;
}
</style>
background-color css
<style>
a { background-color: #778BFC; }
a { background-color: rgb(119,139,252); }
div.DivClassName
{
background-color: #778BFC;
}
.BgClassName
{
background-color: #778BFC;
}
</style>
border-color css
<style>
span { border-color: #778BFC; }
span { border-color: rgb(119,139,252); }
td.TdClassName
{
border-color: #778BFC;
}
.TagClassName
{
border-color: #778BFC;
}
</style>