Shades of Cornflower Blue #77A1FA
Tints of Cornflower Blue #77A1FA
RGB
CMYK
RGB Variations
Color information
#77A1FA (or 0x77A1FA) is known color: Cornflower Blue. HEX triplet: 77, A1 and FA. RGB value is (119,161,250). Sum of RGB (Red+Green+Blue) = 119+161+250=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 161 (63.28% from 255 or 30.38% from 530); Blue value is 250 (98.05% from 255 or 47.17% from 530); Max value from RGB is 250 - color contains mainly: blue. Hex color #77A1FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A1FA is #885E05. Grayscale: #9E9E9E. Windows color (decimal): -8936966 or 16425335. OLE color: 16425335.
HSL color Cylindrical-coordinate representation of color #77A1FA: hue angle of 220.76º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77A1FA is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 161 | 250 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.02 |
| HSL | 220.76º | 0.93% | 0.72% | - |
| HSV(B) | 220.76º | 0.52% | 0.98% | - |
| XYZ | 37.61 | 36.31 | 95.47 | - |
| YUV | 158.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 161 | 250 | 0.52 | 0.36 | 0 | 0.02 | 220.76 | 0.93 | 0.72 |
| Hex | 77 | A1 | FA | 34 | 24 | 0 | 2 | DD | 5D | 48 |
| Octal | 167 | 241 | 372 | 64 | 44 | 0 | 2 | 335 | 135 | 110 |
| Binary | 1110111 | 10100001 | 11111010 | 110100 | 100100 | 0 | 10 | 11011101 | 1011101 | 1001000 |
Color Harmonies of #77A1FA
Complementary color
Monochromatic Colors of #77A1FA
Black with #77A1FA
Text Example
Text Example
White with #77A1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A1FA; }
p { color: rgb(119,161,250); }
H1.HeaderClassName
{
color: #77A1FA;
}
.AnyTagClassName
{
color: #77A1FA;
}
</style>
background-color css
<style>
a { background-color: #77A1FA; }
a { background-color: rgb(119,161,250); }
div.DivClassName
{
background-color: #77A1FA;
}
.BgClassName
{
background-color: #77A1FA;
}
</style>
border-color css
<style>
span { border-color: #77A1FA; }
span { border-color: rgb(119,161,250); }
td.TdClassName
{
border-color: #77A1FA;
}
.TagClassName
{
border-color: #77A1FA;
}
</style>