Shades of Cornflower Blue #73A0EC
Tints of Cornflower Blue #73A0EC
RGB
CMYK
RGB Variations
Color information
#73A0EC (or 0x73A0EC) is known color: Cornflower Blue. HEX triplet: 73, A0 and EC. RGB value is (115,160,236). Sum of RGB (Red+Green+Blue) = 115+160+236=511 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.50% from 511); Green value is 160 (62.89% from 255 or 31.31% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #73A0EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73A0EC is #8C5F13. Grayscale: #9A9A9A. Windows color (decimal): -9199380 or 15507571. OLE color: 15507571.
HSL color Cylindrical-coordinate representation of color #73A0EC: hue angle of 217.69º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73A0EC is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 160 | 236 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.07 |
| HSL | 217.69º | 0.76% | 0.69% | - |
| HSV(B) | 217.69º | 0.51% | 0.93% | - |
| XYZ | 34.78 | 34.84 | 84.25 | - |
| YUV | 155.21 | 173.59 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 160 | 236 | 0.51 | 0.32 | 0 | 0.07 | 217.69 | 0.76 | 0.69 |
| Hex | 73 | A0 | EC | 33 | 20 | 0 | 7 | DA | 4C | 45 |
| Octal | 163 | 240 | 354 | 63 | 40 | 0 | 7 | 332 | 114 | 105 |
| Binary | 1110011 | 10100000 | 11101100 | 110011 | 100000 | 0 | 111 | 11011010 | 1001100 | 1000101 |
Color Harmonies of #73A0EC
Complementary color
Monochromatic Colors of #73A0EC
Black with #73A0EC
Text Example
Text Example
White with #73A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A0EC; }
p { color: rgb(115,160,236); }
H1.HeaderClassName
{
color: #73A0EC;
}
.AnyTagClassName
{
color: #73A0EC;
}
</style>
background-color css
<style>
a { background-color: #73A0EC; }
a { background-color: rgb(115,160,236); }
div.DivClassName
{
background-color: #73A0EC;
}
.BgClassName
{
background-color: #73A0EC;
}
</style>
border-color css
<style>
span { border-color: #73A0EC; }
span { border-color: rgb(115,160,236); }
td.TdClassName
{
border-color: #73A0EC;
}
.TagClassName
{
border-color: #73A0EC;
}
</style>