Shades of Cornflower Blue #77A0FC
Tints of Cornflower Blue #77A0FC
RGB
CMYK
RGB Variations
Color information
#77A0FC (or 0x77A0FC) is known color: Cornflower Blue. HEX triplet: 77, A0 and FC. RGB value is (119,160,252). Sum of RGB (Red+Green+Blue) = 119+160+252=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 160 (62.89% from 255 or 30.13% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #77A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A0FC is #885F03. Grayscale: #9D9D9D. Windows color (decimal): -8937220 or 16556151. OLE color: 16556151.
HSL color Cylindrical-coordinate representation of color #77A0FC: hue angle of 221.5º degrees, saturation: 0.96, 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 #77A0FC is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 160 | 252 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.01 |
| HSL | 221.5º | 0.96% | 0.73% | - |
| HSV(B) | 221.5º | 0.53% | 0.99% | - |
| XYZ | 37.75 | 36.09 | 97.07 | - |
| YUV | 158.23 | 180.92 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 160 | 252 | 0.53 | 0.37 | 0 | 0.01 | 221.5 | 0.96 | 0.73 |
| Hex | 77 | A0 | FC | 35 | 25 | 0 | 1 | DE | 60 | 49 |
| Octal | 167 | 240 | 374 | 65 | 45 | 0 | 1 | 336 | 140 | 111 |
| Binary | 1110111 | 10100000 | 11111100 | 110101 | 100101 | 0 | 1 | 11011110 | 1100000 | 1001001 |
Color Harmonies of #77A0FC
Complementary color
Monochromatic Colors of #77A0FC
Black with #77A0FC
Text Example
Text Example
White with #77A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A0FC; }
p { color: rgb(119,160,252); }
H1.HeaderClassName
{
color: #77A0FC;
}
.AnyTagClassName
{
color: #77A0FC;
}
</style>
background-color css
<style>
a { background-color: #77A0FC; }
a { background-color: rgb(119,160,252); }
div.DivClassName
{
background-color: #77A0FC;
}
.BgClassName
{
background-color: #77A0FC;
}
</style>
border-color css
<style>
span { border-color: #77A0FC; }
span { border-color: rgb(119,160,252); }
td.TdClassName
{
border-color: #77A0FC;
}
.TagClassName
{
border-color: #77A0FC;
}
</style>