Shades of Cornflower Blue #778AFC
Tints of Cornflower Blue #778AFC
RGB
CMYK
RGB Variations
Color information
#778AFC (or 0x778AFC) is known color: Cornflower Blue. HEX triplet: 77, 8A and FC. RGB value is (119,138,252). Sum of RGB (Red+Green+Blue) = 119+138+252=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #778AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AFC is #887503. Grayscale: #909090. Windows color (decimal): -8942852 or 16550519. OLE color: 16550519.
HSL color Cylindrical-coordinate representation of color #778AFC: hue angle of 231.43º 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 #778AFC is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 138 | 252 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.01 |
| HSL | 231.43º | 0.96% | 0.73% | - |
| HSV(B) | 231.43º | 0.53% | 0.99% | - |
| XYZ | 34.27 | 29.13 | 95.91 | - |
| YUV | 145.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 252 | 0.53 | 0.45 | 0 | 0.01 | 231.43 | 0.96 | 0.73 |
| Hex | 77 | 8A | FC | 35 | 2D | 0 | 1 | E7 | 60 | 49 |
| Octal | 167 | 212 | 374 | 65 | 55 | 0 | 1 | 347 | 140 | 111 |
| Binary | 1110111 | 10001010 | 11111100 | 110101 | 101101 | 0 | 1 | 11100111 | 1100000 | 1001001 |
Color Harmonies of #778AFC
Complementary color
Monochromatic Colors of #778AFC
Black with #778AFC
Text Example
Text Example
White with #778AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778AFC; }
p { color: rgb(119,138,252); }
H1.HeaderClassName
{
color: #778AFC;
}
.AnyTagClassName
{
color: #778AFC;
}
</style>
background-color css
<style>
a { background-color: #778AFC; }
a { background-color: rgb(119,138,252); }
div.DivClassName
{
background-color: #778AFC;
}
.BgClassName
{
background-color: #778AFC;
}
</style>
border-color css
<style>
span { border-color: #778AFC; }
span { border-color: rgb(119,138,252); }
td.TdClassName
{
border-color: #778AFC;
}
.TagClassName
{
border-color: #778AFC;
}
</style>