Shades of Cornflower Blue #778AFF
Tints of Cornflower Blue #778AFF
RGB
CMYK
RGB Variations
Color information
#778AFF (or 0x778AFF) is known color: Cornflower Blue. HEX triplet: 77, 8A and FF. RGB value is (119,138,255). Sum of RGB (Red+Green+Blue) = 119+138+255=512 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.24% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #778AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #778AFF is #887500. Grayscale: #919191. Windows color (decimal): -8942849 or 16747127. OLE color: 16747127.
HSL color Cylindrical-coordinate representation of color #778AFF: hue angle of 231.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #778AFF is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 138 | 255 | - |
| CMYK | 0.53 | 0.46 | 0 | 0 |
| HSL | 231.62º | 1% | 0.73% | - |
| HSV(B) | 231.62º | 0.53% | 1% | - |
| XYZ | 34.75 | 29.32 | 98.44 | - |
| YUV | 145.66 | 189.71 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 255 | 0.53 | 0.46 | 0 | 0 | 231.62 | 1 | 0.73 |
| Hex | 77 | 8A | FF | 35 | 2E | 0 | 0 | E8 | 64 | 49 |
| Octal | 167 | 212 | 377 | 65 | 56 | 0 | 0 | 350 | 144 | 111 |
| Binary | 1110111 | 10001010 | 11111111 | 110101 | 101110 | 0 | 0 | 11101000 | 1100100 | 1001001 |
Color Harmonies of #778AFF
Complementary color
Monochromatic Colors of #778AFF
Black with #778AFF
Text Example
Text Example
White with #778AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778AFF; }
p { color: rgb(119,138,255); }
H1.HeaderClassName
{
color: #778AFF;
}
.AnyTagClassName
{
color: #778AFF;
}
</style>
background-color css
<style>
a { background-color: #778AFF; }
a { background-color: rgb(119,138,255); }
div.DivClassName
{
background-color: #778AFF;
}
.BgClassName
{
background-color: #778AFF;
}
</style>
border-color css
<style>
span { border-color: #778AFF; }
span { border-color: rgb(119,138,255); }
td.TdClassName
{
border-color: #778AFF;
}
.TagClassName
{
border-color: #778AFF;
}
</style>