Shades of Cornflower Blue #77A2FA
Tints of Cornflower Blue #77A2FA
RGB
CMYK
RGB Variations
Color information
#77A2FA (or 0x77A2FA) is known color: Cornflower Blue. HEX triplet: 77, A2 and FA. RGB value is (119,162,250). Sum of RGB (Red+Green+Blue) = 119+162+250=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: blue. Hex color #77A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #77A2FA is #885D05. Grayscale: #9E9E9E. Windows color (decimal): -8936710 or 16425591. OLE color: 16425591.
HSL color Cylindrical-coordinate representation of color #77A2FA: hue angle of 220.31º 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 #77A2FA is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 162 | 250 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.02 |
| HSL | 220.31º | 0.93% | 0.72% | - |
| HSV(B) | 220.31º | 0.52% | 0.98% | - |
| XYZ | 37.78 | 36.66 | 95.53 | - |
| YUV | 159.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 162 | 250 | 0.52 | 0.35 | 0 | 0.02 | 220.31 | 0.93 | 0.72 |
| Hex | 77 | A2 | FA | 34 | 23 | 0 | 2 | DC | 5D | 48 |
| Octal | 167 | 242 | 372 | 64 | 43 | 0 | 2 | 334 | 135 | 110 |
| Binary | 1110111 | 10100010 | 11111010 | 110100 | 100011 | 0 | 10 | 11011100 | 1011101 | 1001000 |
Color Harmonies of #77A2FA
Complementary color
Monochromatic Colors of #77A2FA
Black with #77A2FA
Text Example
Text Example
White with #77A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77A2FA; }
p { color: rgb(119,162,250); }
H1.HeaderClassName
{
color: #77A2FA;
}
.AnyTagClassName
{
color: #77A2FA;
}
</style>
background-color css
<style>
a { background-color: #77A2FA; }
a { background-color: rgb(119,162,250); }
div.DivClassName
{
background-color: #77A2FA;
}
.BgClassName
{
background-color: #77A2FA;
}
</style>
border-color css
<style>
span { border-color: #77A2FA; }
span { border-color: rgb(119,162,250); }
td.TdClassName
{
border-color: #77A2FA;
}
.TagClassName
{
border-color: #77A2FA;
}
</style>