Shades of Cornflower Blue #77A5FB
Tints of Cornflower Blue #77A5FB
RGB
CMYK
RGB Variations
Color information
#77A5FB (or 0x77A5FB) is known color: Cornflower Blue. HEX triplet: 77, A5 and FB. RGB value is (119,165,251). Sum of RGB (Red+Green+Blue) = 119+165+251=535 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.24% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #77A5FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A5FB is #885A04. Grayscale: #A0A0A0. Windows color (decimal): -8935941 or 16491895. OLE color: 16491895.
HSL color Cylindrical-coordinate representation of color #77A5FB: hue angle of 219.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77A5FB is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 165 | 251 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.02 |
| HSL | 219.09º | 0.94% | 0.73% | - |
| HSV(B) | 219.09º | 0.53% | 0.98% | - |
| XYZ | 38.48 | 37.8 | 96.53 | - |
| YUV | 161.05 | 178.76 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 165 | 251 | 0.53 | 0.34 | 0 | 0.02 | 219.09 | 0.94 | 0.73 |
| Hex | 77 | A5 | FB | 35 | 22 | 0 | 2 | DB | 5E | 49 |
| Octal | 167 | 245 | 373 | 65 | 42 | 0 | 2 | 333 | 136 | 111 |
| Binary | 1110111 | 10100101 | 11111011 | 110101 | 100010 | 0 | 10 | 11011011 | 1011110 | 1001001 |
Color Harmonies of #77A5FB
Complementary color
Monochromatic Colors of #77A5FB
Black with #77A5FB
Text Example
Text Example
White with #77A5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A5FB; }
p { color: rgb(119,165,251); }
H1.HeaderClassName
{
color: #77A5FB;
}
.AnyTagClassName
{
color: #77A5FB;
}
</style>
background-color css
<style>
a { background-color: #77A5FB; }
a { background-color: rgb(119,165,251); }
div.DivClassName
{
background-color: #77A5FB;
}
.BgClassName
{
background-color: #77A5FB;
}
</style>
border-color css
<style>
span { border-color: #77A5FB; }
span { border-color: rgb(119,165,251); }
td.TdClassName
{
border-color: #77A5FB;
}
.TagClassName
{
border-color: #77A5FB;
}
</style>