Shades of Cornflower Blue #77A3FC
Tints of Cornflower Blue #77A3FC
RGB
CMYK
RGB Variations
Color information
#77A3FC (or 0x77A3FC) is known color: Cornflower Blue. HEX triplet: 77, A3 and FC. RGB value is (119,163,252). Sum of RGB (Red+Green+Blue) = 119+163+252=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 163 (64.06% from 255 or 30.52% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #77A3FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A3FC is #885C03. Grayscale: #9F9F9F. Windows color (decimal): -8936452 or 16556919. OLE color: 16556919.
HSL color Cylindrical-coordinate representation of color #77A3FC: hue angle of 220.15º 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 #77A3FC is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 119 | 163 | 252 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.01 |
| HSL | 220.15º | 0.96% | 0.73% | - |
| HSV(B) | 220.15º | 0.53% | 0.99% | - |
| XYZ | 38.28 | 37.14 | 97.25 | - |
| YUV | 159.99 | 179.92 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 163 | 252 | 0.53 | 0.35 | 0 | 0.01 | 220.15 | 0.96 | 0.73 |
| Hex | 77 | A3 | FC | 35 | 23 | 0 | 1 | DC | 60 | 49 |
| Octal | 167 | 243 | 374 | 65 | 43 | 0 | 1 | 334 | 140 | 111 |
| Binary | 1110111 | 10100011 | 11111100 | 110101 | 100011 | 0 | 1 | 11011100 | 1100000 | 1001001 |
Color Harmonies of #77A3FC
Complementary color
Monochromatic Colors of #77A3FC
Black with #77A3FC
Text Example
Text Example
White with #77A3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A3FC; }
p { color: rgb(119,163,252); }
H1.HeaderClassName
{
color: #77A3FC;
}
.AnyTagClassName
{
color: #77A3FC;
}
</style>
background-color css
<style>
a { background-color: #77A3FC; }
a { background-color: rgb(119,163,252); }
div.DivClassName
{
background-color: #77A3FC;
}
.BgClassName
{
background-color: #77A3FC;
}
</style>
border-color css
<style>
span { border-color: #77A3FC; }
span { border-color: rgb(119,163,252); }
td.TdClassName
{
border-color: #77A3FC;
}
.TagClassName
{
border-color: #77A3FC;
}
</style>