Shades of Cornflower Blue #77A1FC
Tints of Cornflower Blue #77A1FC
RGB
CMYK
RGB Variations
Color information
#77A1FC (or 0x77A1FC) is known color: Cornflower Blue. HEX triplet: 77, A1 and FC. RGB value is (119,161,252). Sum of RGB (Red+Green+Blue) = 119+161+252=532 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.37% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #77A1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A1FC is #885E03. Grayscale: #9E9E9E. Windows color (decimal): -8936964 or 16556407. OLE color: 16556407.
HSL color Cylindrical-coordinate representation of color #77A1FC: hue angle of 221.05º 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 #77A1FC is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 161 | 252 | - |
| CMYK | 0.53 | 0.36 | 0 | 0.01 |
| HSL | 221.05º | 0.96% | 0.73% | - |
| HSV(B) | 221.05º | 0.53% | 0.99% | - |
| XYZ | 37.92 | 36.44 | 97.13 | - |
| YUV | 158.82 | 180.59 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 252 | 0.53 | 0.36 | 0 | 0.01 | 221.05 | 0.96 | 0.73 |
| Hex | 77 | A1 | FC | 35 | 24 | 0 | 1 | DD | 60 | 49 |
| Octal | 167 | 241 | 374 | 65 | 44 | 0 | 1 | 335 | 140 | 111 |
| Binary | 1110111 | 10100001 | 11111100 | 110101 | 100100 | 0 | 1 | 11011101 | 1100000 | 1001001 |
Color Harmonies of #77A1FC
Complementary color
Monochromatic Colors of #77A1FC
Black with #77A1FC
Text Example
Text Example
White with #77A1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1FC; }
p { color: rgb(119,161,252); }
H1.HeaderClassName
{
color: #77A1FC;
}
.AnyTagClassName
{
color: #77A1FC;
}
</style>
background-color css
<style>
a { background-color: #77A1FC; }
a { background-color: rgb(119,161,252); }
div.DivClassName
{
background-color: #77A1FC;
}
.BgClassName
{
background-color: #77A1FC;
}
</style>
border-color css
<style>
span { border-color: #77A1FC; }
span { border-color: rgb(119,161,252); }
td.TdClassName
{
border-color: #77A1FC;
}
.TagClassName
{
border-color: #77A1FC;
}
</style>