Shades of Cornflower Blue #778AFE
Tints of Cornflower Blue #778AFE
RGB
CMYK
RGB Variations
Color information
#778AFE (or 0x778AFE) is known color: Cornflower Blue. HEX triplet: 77, 8A and FE. RGB value is (119,138,254). Sum of RGB (Red+Green+Blue) = 119+138+254=511 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.29% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #778AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AFE is #887501. Grayscale: #919191. Windows color (decimal): -8942850 or 16681591. OLE color: 16681591.
HSL color Cylindrical-coordinate representation of color #778AFE: hue angle of 231.56º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778AFE is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 138 | 254 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.00 |
| HSL | 231.56º | 0.99% | 0.73% | - |
| HSV(B) | 231.56º | 0.53% | 1% | - |
| XYZ | 34.59 | 29.25 | 97.59 | - |
| YUV | 145.54 | 189.21 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 254 | 0.53 | 0.46 | 0 | 0.00 | 231.56 | 0.99 | 0.73 |
| Hex | 77 | 8A | FE | 35 | 2E | 0 | 0 | E8 | 63 | 49 |
| Octal | 167 | 212 | 376 | 65 | 56 | 0 | 0 | 350 | 143 | 111 |
| Binary | 1110111 | 10001010 | 11111110 | 110101 | 101110 | 0 | 0 | 11101000 | 1100011 | 1001001 |
Color Harmonies of #778AFE
Complementary color
Monochromatic Colors of #778AFE
Black with #778AFE
Text Example
Text Example
White with #778AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778AFE; }
p { color: rgb(119,138,254); }
H1.HeaderClassName
{
color: #778AFE;
}
.AnyTagClassName
{
color: #778AFE;
}
</style>
background-color css
<style>
a { background-color: #778AFE; }
a { background-color: rgb(119,138,254); }
div.DivClassName
{
background-color: #778AFE;
}
.BgClassName
{
background-color: #778AFE;
}
</style>
border-color css
<style>
span { border-color: #778AFE; }
span { border-color: rgb(119,138,254); }
td.TdClassName
{
border-color: #778AFE;
}
.TagClassName
{
border-color: #778AFE;
}
</style>