Shades of Cornflower Blue #77A0FF
Tints of Cornflower Blue #77A0FF
RGB
CMYK
RGB Variations
Color information
#77A0FF (or 0x77A0FF) is known color: Cornflower Blue. HEX triplet: 77, A0 and FF. RGB value is (119,160,255). Sum of RGB (Red+Green+Blue) = 119+160+255=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #77A0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A0FF is #885F00. Grayscale: #9E9E9E. Windows color (decimal): -8937217 or 16752759. OLE color: 16752759.
HSL color Cylindrical-coordinate representation of color #77A0FF: hue angle of 221.91º 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 #77A0FF is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 160 | 255 | - |
| CMYK | 0.53 | 0.37 | 0 | 0 |
| HSL | 221.91º | 1% | 0.73% | - |
| HSV(B) | 221.91º | 0.53% | 1% | - |
| XYZ | 38.23 | 36.28 | 99.6 | - |
| YUV | 158.57 | 182.42 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 255 | 0.53 | 0.37 | 0 | 0 | 221.91 | 1 | 0.73 |
| Hex | 77 | A0 | FF | 35 | 25 | 0 | 0 | DE | 64 | 49 |
| Octal | 167 | 240 | 377 | 65 | 45 | 0 | 0 | 336 | 144 | 111 |
| Binary | 1110111 | 10100000 | 11111111 | 110101 | 100101 | 0 | 0 | 11011110 | 1100100 | 1001001 |
Color Harmonies of #77A0FF
Complementary color
Monochromatic Colors of #77A0FF
Black with #77A0FF
Text Example
Text Example
White with #77A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A0FF; }
p { color: rgb(119,160,255); }
H1.HeaderClassName
{
color: #77A0FF;
}
.AnyTagClassName
{
color: #77A0FF;
}
</style>
background-color css
<style>
a { background-color: #77A0FF; }
a { background-color: rgb(119,160,255); }
div.DivClassName
{
background-color: #77A0FF;
}
.BgClassName
{
background-color: #77A0FF;
}
</style>
border-color css
<style>
span { border-color: #77A0FF; }
span { border-color: rgb(119,160,255); }
td.TdClassName
{
border-color: #77A0FF;
}
.TagClassName
{
border-color: #77A0FF;
}
</style>