Shades of Cornflower Blue #7280EC
Tints of Cornflower Blue #7280EC
RGB
CMYK
RGB Variations
Color information
#7280EC (or 0x7280EC) is known color: Cornflower Blue. HEX triplet: 72, 80 and EC. RGB value is (114,128,236). Sum of RGB (Red+Green+Blue) = 114+128+236=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #7280EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7280EC is #8D7F13. Grayscale: #878787. Windows color (decimal): -9273108 or 15499378. OLE color: 15499378.
HSL color Cylindrical-coordinate representation of color #7280EC: hue angle of 233.11º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7280EC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 128 | 236 | - |
| CMYK | 0.52 | 0.46 | 0 | 0.07 |
| HSL | 233.11º | 0.76% | 0.69% | - |
| HSV(B) | 233.11º | 0.52% | 0.93% | - |
| XYZ | 29.8 | 25.07 | 82.63 | - |
| YUV | 136.13 | 184.36 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 128 | 236 | 0.52 | 0.46 | 0 | 0.07 | 233.11 | 0.76 | 0.69 |
| Hex | 72 | 80 | EC | 34 | 2E | 0 | 7 | E9 | 4C | 45 |
| Octal | 162 | 200 | 354 | 64 | 56 | 0 | 7 | 351 | 114 | 105 |
| Binary | 1110010 | 10000000 | 11101100 | 110100 | 101110 | 0 | 111 | 11101001 | 1001100 | 1000101 |
Color Harmonies of #7280EC
Complementary color
Monochromatic Colors of #7280EC
Black with #7280EC
Text Example
Text Example
White with #7280EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7280EC; }
p { color: rgb(114,128,236); }
H1.HeaderClassName
{
color: #7280EC;
}
.AnyTagClassName
{
color: #7280EC;
}
</style>
background-color css
<style>
a { background-color: #7280EC; }
a { background-color: rgb(114,128,236); }
div.DivClassName
{
background-color: #7280EC;
}
.BgClassName
{
background-color: #7280EC;
}
</style>
border-color css
<style>
span { border-color: #7280EC; }
span { border-color: rgb(114,128,236); }
td.TdClassName
{
border-color: #7280EC;
}
.TagClassName
{
border-color: #7280EC;
}
</style>