Shades of Cornflower Blue #778CFD
Tints of Cornflower Blue #778CFD
RGB
CMYK
RGB Variations
Color information
#778CFD (or 0x778CFD) is known color: Cornflower Blue. HEX triplet: 77, 8C and FD. RGB value is (119,140,253). Sum of RGB (Red+Green+Blue) = 119+140+253=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 140 (55.08% from 255 or 27.34% from 512); Blue value is 253 (99.22% from 255 or 49.41% from 512); Max value from RGB is 253 - color contains mainly: blue. Hex color #778CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CFD is #887302. Grayscale: #929292. Windows color (decimal): -8942339 or 16616567. OLE color: 16616567.
HSL color Cylindrical-coordinate representation of color #778CFD: hue angle of 230.6º degrees, saturation: 0.97, 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 #778CFD is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 140 | 253 | - |
| CMYK | 0.53 | 0.45 | 0 | 0.01 |
| HSL | 230.6º | 0.97% | 0.73% | - |
| HSV(B) | 230.6º | 0.53% | 0.99% | - |
| XYZ | 34.72 | 29.77 | 96.84 | - |
| YUV | 146.6 | 188.04 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 253 | 0.53 | 0.45 | 0 | 0.01 | 230.6 | 0.97 | 0.73 |
| Hex | 77 | 8C | FD | 35 | 2D | 0 | 1 | E7 | 61 | 49 |
| Octal | 167 | 214 | 375 | 65 | 55 | 0 | 1 | 347 | 141 | 111 |
| Binary | 1110111 | 10001100 | 11111101 | 110101 | 101101 | 0 | 1 | 11100111 | 1100001 | 1001001 |
Color Harmonies of #778CFD
Complementary color
Monochromatic Colors of #778CFD
Black with #778CFD
Text Example
Text Example
White with #778CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CFD; }
p { color: rgb(119,140,253); }
H1.HeaderClassName
{
color: #778CFD;
}
.AnyTagClassName
{
color: #778CFD;
}
</style>
background-color css
<style>
a { background-color: #778CFD; }
a { background-color: rgb(119,140,253); }
div.DivClassName
{
background-color: #778CFD;
}
.BgClassName
{
background-color: #778CFD;
}
</style>
border-color css
<style>
span { border-color: #778CFD; }
span { border-color: rgb(119,140,253); }
td.TdClassName
{
border-color: #778CFD;
}
.TagClassName
{
border-color: #778CFD;
}
</style>