Shades of Cornflower Blue #76A4FA
Tints of Cornflower Blue #76A4FA
RGB
CMYK
RGB Variations
Color information
#76A4FA (or 0x76A4FA) is known color: Cornflower Blue. HEX triplet: 76, A4 and FA. RGB value is (118,164,250). Sum of RGB (Red+Green+Blue) = 118+164+250=532 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.18% from 532); Green value is 164 (64.45% from 255 or 30.83% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #76A4FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A4FA is #895B05. Grayscale: #9F9F9F. Windows color (decimal): -9001734 or 16426102. OLE color: 16426102.
HSL color Cylindrical-coordinate representation of color #76A4FA: hue angle of 219.09º 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 #76A4FA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 164 | 250 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.02 |
| HSL | 219.09º | 0.93% | 0.72% | - |
| HSV(B) | 219.09º | 0.53% | 0.98% | - |
| XYZ | 38 | 37.3 | 95.64 | - |
| YUV | 160.05 | 178.76 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 164 | 250 | 0.53 | 0.34 | 0 | 0.02 | 219.09 | 0.93 | 0.72 |
| Hex | 76 | A4 | FA | 35 | 22 | 0 | 2 | DB | 5D | 48 |
| Octal | 166 | 244 | 372 | 65 | 42 | 0 | 2 | 333 | 135 | 110 |
| Binary | 1110110 | 10100100 | 11111010 | 110101 | 100010 | 0 | 10 | 11011011 | 1011101 | 1001000 |
Color Harmonies of #76A4FA
Complementary color
Monochromatic Colors of #76A4FA
Black with #76A4FA
Text Example
Text Example
White with #76A4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A4FA; }
p { color: rgb(118,164,250); }
H1.HeaderClassName
{
color: #76A4FA;
}
.AnyTagClassName
{
color: #76A4FA;
}
</style>
background-color css
<style>
a { background-color: #76A4FA; }
a { background-color: rgb(118,164,250); }
div.DivClassName
{
background-color: #76A4FA;
}
.BgClassName
{
background-color: #76A4FA;
}
</style>
border-color css
<style>
span { border-color: #76A4FA; }
span { border-color: rgb(118,164,250); }
td.TdClassName
{
border-color: #76A4FA;
}
.TagClassName
{
border-color: #76A4FA;
}
</style>