Shades of Cornflower Blue #76A2FF
Tints of Cornflower Blue #76A2FF
RGB
CMYK
RGB Variations
Color information
#76A2FF (or 0x76A2FF) is known color: Cornflower Blue. HEX triplet: 76, A2 and FF. RGB value is (118,162,255). Sum of RGB (Red+Green+Blue) = 118+162+255=535 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.06% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #76A2FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A2FF is #895D00. Grayscale: #9F9F9F. Windows color (decimal): -9002241 or 16753270. OLE color: 16753270.
HSL color Cylindrical-coordinate representation of color #76A2FF: hue angle of 220.73º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76A2FF is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 162 | 255 | - |
| CMYK | 0.54 | 0.36 | 0 | 0 |
| HSL | 220.73º | 1% | 0.73% | - |
| HSV(B) | 220.73º | 0.54% | 1% | - |
| XYZ | 38.44 | 36.91 | 99.71 | - |
| YUV | 159.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 255 | 0.54 | 0.36 | 0 | 0 | 220.73 | 1 | 0.73 |
| Hex | 76 | A2 | FF | 36 | 24 | 0 | 0 | DD | 64 | 49 |
| Octal | 166 | 242 | 377 | 66 | 44 | 0 | 0 | 335 | 144 | 111 |
| Binary | 1110110 | 10100010 | 11111111 | 110110 | 100100 | 0 | 0 | 11011101 | 1100100 | 1001001 |
Color Harmonies of #76A2FF
Complementary color
Monochromatic Colors of #76A2FF
Black with #76A2FF
Text Example
Text Example
White with #76A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2FF; }
p { color: rgb(118,162,255); }
H1.HeaderClassName
{
color: #76A2FF;
}
.AnyTagClassName
{
color: #76A2FF;
}
</style>
background-color css
<style>
a { background-color: #76A2FF; }
a { background-color: rgb(118,162,255); }
div.DivClassName
{
background-color: #76A2FF;
}
.BgClassName
{
background-color: #76A2FF;
}
</style>
border-color css
<style>
span { border-color: #76A2FF; }
span { border-color: rgb(118,162,255); }
td.TdClassName
{
border-color: #76A2FF;
}
.TagClassName
{
border-color: #76A2FF;
}
</style>