Shades of Cornflower Blue #76A2FA
Tints of Cornflower Blue #76A2FA
RGB
CMYK
RGB Variations
Color information
#76A2FA (or 0x76A2FA) is known color: Cornflower Blue. HEX triplet: 76, A2 and FA. RGB value is (118,162,250). Sum of RGB (Red+Green+Blue) = 118+162+250=530 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.26% from 530); Green value is 162 (63.67% from 255 or 30.57% 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 #76A2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A2FA is #895D05. Grayscale: #9E9E9E. Windows color (decimal): -9002246 or 16425590. OLE color: 16425590.
HSL color Cylindrical-coordinate representation of color #76A2FA: hue angle of 220º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76A2FA is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 162 | 250 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.02 |
| HSL | 220º | 0.93% | 0.72% | - |
| HSV(B) | 220º | 0.53% | 0.98% | - |
| XYZ | 37.65 | 36.59 | 95.52 | - |
| YUV | 158.88 | 179.42 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 250 | 0.53 | 0.35 | 0 | 0.02 | 220 | 0.93 | 0.72 |
| Hex | 76 | A2 | FA | 35 | 23 | 0 | 2 | DC | 5D | 48 |
| Octal | 166 | 242 | 372 | 65 | 43 | 0 | 2 | 334 | 135 | 110 |
| Binary | 1110110 | 10100010 | 11111010 | 110101 | 100011 | 0 | 10 | 11011100 | 1011101 | 1001000 |
Color Harmonies of #76A2FA
Complementary color
Monochromatic Colors of #76A2FA
Black with #76A2FA
Text Example
Text Example
White with #76A2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2FA; }
p { color: rgb(118,162,250); }
H1.HeaderClassName
{
color: #76A2FA;
}
.AnyTagClassName
{
color: #76A2FA;
}
</style>
background-color css
<style>
a { background-color: #76A2FA; }
a { background-color: rgb(118,162,250); }
div.DivClassName
{
background-color: #76A2FA;
}
.BgClassName
{
background-color: #76A2FA;
}
</style>
border-color css
<style>
span { border-color: #76A2FA; }
span { border-color: rgb(118,162,250); }
td.TdClassName
{
border-color: #76A2FA;
}
.TagClassName
{
border-color: #76A2FA;
}
</style>