Shades of Cornflower Blue #778CFA
Tints of Cornflower Blue #778CFA
RGB
CMYK
RGB Variations
Color information
#778CFA (or 0x778CFA) is known color: Cornflower Blue. HEX triplet: 77, 8C and FA. RGB value is (119,140,250). Sum of RGB (Red+Green+Blue) = 119+140+250=509 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.38% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #778CFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778CFA is #887305. Grayscale: #919191. Windows color (decimal): -8942342 or 16419959. OLE color: 16419959.
HSL color Cylindrical-coordinate representation of color #778CFA: hue angle of 230.38º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #778CFA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 140 | 250 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.02 |
| HSL | 230.38º | 0.93% | 0.72% | - |
| HSV(B) | 230.38º | 0.52% | 0.98% | - |
| XYZ | 34.24 | 29.58 | 94.35 | - |
| YUV | 146.26 | 186.54 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 250 | 0.52 | 0.44 | 0 | 0.02 | 230.38 | 0.93 | 0.72 |
| Hex | 77 | 8C | FA | 34 | 2C | 0 | 2 | E6 | 5D | 48 |
| Octal | 167 | 214 | 372 | 64 | 54 | 0 | 2 | 346 | 135 | 110 |
| Binary | 1110111 | 10001100 | 11111010 | 110100 | 101100 | 0 | 10 | 11100110 | 1011101 | 1001000 |
Color Harmonies of #778CFA
Complementary color
Monochromatic Colors of #778CFA
Black with #778CFA
Text Example
Text Example
White with #778CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778CFA; }
p { color: rgb(119,140,250); }
H1.HeaderClassName
{
color: #778CFA;
}
.AnyTagClassName
{
color: #778CFA;
}
</style>
background-color css
<style>
a { background-color: #778CFA; }
a { background-color: rgb(119,140,250); }
div.DivClassName
{
background-color: #778CFA;
}
.BgClassName
{
background-color: #778CFA;
}
</style>
border-color css
<style>
span { border-color: #778CFA; }
span { border-color: rgb(119,140,250); }
td.TdClassName
{
border-color: #778CFA;
}
.TagClassName
{
border-color: #778CFA;
}
</style>