Shades of Cornflower Blue #76A2FE
Tints of Cornflower Blue #76A2FE
RGB
CMYK
RGB Variations
Color information
#76A2FE (or 0x76A2FE) is known color: Cornflower Blue. HEX triplet: 76, A2 and FE. RGB value is (118,162,254). Sum of RGB (Red+Green+Blue) = 118+162+254=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #76A2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A2FE is #895D01. Grayscale: #9E9E9E. Windows color (decimal): -9002242 or 16687734. OLE color: 16687734.
HSL color Cylindrical-coordinate representation of color #76A2FE: hue angle of 220.59º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76A2FE is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 162 | 254 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.00 |
| HSL | 220.59º | 0.99% | 0.73% | - |
| HSV(B) | 220.59º | 0.54% | 1% | - |
| XYZ | 38.28 | 36.85 | 98.86 | - |
| YUV | 159.33 | 181.42 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 162 | 254 | 0.54 | 0.36 | 0 | 0.00 | 220.59 | 0.99 | 0.73 |
| Hex | 76 | A2 | FE | 36 | 24 | 0 | 0 | DD | 63 | 49 |
| Octal | 166 | 242 | 376 | 66 | 44 | 0 | 0 | 335 | 143 | 111 |
| Binary | 1110110 | 10100010 | 11111110 | 110110 | 100100 | 0 | 0 | 11011101 | 1100011 | 1001001 |
Color Harmonies of #76A2FE
Complementary color
Monochromatic Colors of #76A2FE
Black with #76A2FE
Text Example
Text Example
White with #76A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A2FE; }
p { color: rgb(118,162,254); }
H1.HeaderClassName
{
color: #76A2FE;
}
.AnyTagClassName
{
color: #76A2FE;
}
</style>
background-color css
<style>
a { background-color: #76A2FE; }
a { background-color: rgb(118,162,254); }
div.DivClassName
{
background-color: #76A2FE;
}
.BgClassName
{
background-color: #76A2FE;
}
</style>
border-color css
<style>
span { border-color: #76A2FE; }
span { border-color: rgb(118,162,254); }
td.TdClassName
{
border-color: #76A2FE;
}
.TagClassName
{
border-color: #76A2FE;
}
</style>