Shades of Cornflower Blue #7282EC
Tints of Cornflower Blue #7282EC
RGB
CMYK
RGB Variations
Color information
#7282EC (or 0x7282EC) is known color: Cornflower Blue. HEX triplet: 72, 82 and EC. RGB value is (114,130,236). Sum of RGB (Red+Green+Blue) = 114+130+236=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 130 (51.17% from 255 or 27.08% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #7282EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7282EC is #8D7D13. Grayscale: #888888. Windows color (decimal): -9272596 or 15499890. OLE color: 15499890.
HSL color Cylindrical-coordinate representation of color #7282EC: hue angle of 232.13º 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 #7282EC is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 130 | 236 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.07 |
| HSL | 232.13º | 0.76% | 0.69% | - |
| HSV(B) | 232.13º | 0.52% | 0.93% | - |
| XYZ | 30.06 | 25.6 | 82.71 | - |
| YUV | 137.3 | 183.7 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 236 | 0.52 | 0.45 | 0 | 0.07 | 232.13 | 0.76 | 0.69 |
| Hex | 72 | 82 | EC | 34 | 2D | 0 | 7 | E8 | 4C | 45 |
| Octal | 162 | 202 | 354 | 64 | 55 | 0 | 7 | 350 | 114 | 105 |
| Binary | 1110010 | 10000010 | 11101100 | 110100 | 101101 | 0 | 111 | 11101000 | 1001100 | 1000101 |
Color Harmonies of #7282EC
Complementary color
Monochromatic Colors of #7282EC
Black with #7282EC
Text Example
Text Example
White with #7282EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282EC; }
p { color: rgb(114,130,236); }
H1.HeaderClassName
{
color: #7282EC;
}
.AnyTagClassName
{
color: #7282EC;
}
</style>
background-color css
<style>
a { background-color: #7282EC; }
a { background-color: rgb(114,130,236); }
div.DivClassName
{
background-color: #7282EC;
}
.BgClassName
{
background-color: #7282EC;
}
</style>
border-color css
<style>
span { border-color: #7282EC; }
span { border-color: rgb(114,130,236); }
td.TdClassName
{
border-color: #7282EC;
}
.TagClassName
{
border-color: #7282EC;
}
</style>