Shades of Cornflower Blue #7285EC
Tints of Cornflower Blue #7285EC
RGB
CMYK
RGB Variations
Color information
#7285EC (or 0x7285EC) is known color: Cornflower Blue. HEX triplet: 72, 85 and EC. RGB value is (114,133,236). Sum of RGB (Red+Green+Blue) = 114+133+236=483 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.60% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #7285EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7285EC is #8D7A13. Grayscale: #8A8A8A. Windows color (decimal): -9271828 or 15500658. OLE color: 15500658.
HSL color Cylindrical-coordinate representation of color #7285EC: hue angle of 230.66º 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 #7285EC is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 133 | 236 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.07 |
| HSL | 230.66º | 0.76% | 0.69% | - |
| HSV(B) | 230.66º | 0.52% | 0.93% | - |
| XYZ | 30.47 | 26.41 | 82.85 | - |
| YUV | 139.06 | 182.71 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 133 | 236 | 0.52 | 0.44 | 0 | 0.07 | 230.66 | 0.76 | 0.69 |
| Hex | 72 | 85 | EC | 34 | 2C | 0 | 7 | E7 | 4C | 45 |
| Octal | 162 | 205 | 354 | 64 | 54 | 0 | 7 | 347 | 114 | 105 |
| Binary | 1110010 | 10000101 | 11101100 | 110100 | 101100 | 0 | 111 | 11100111 | 1001100 | 1000101 |
Color Harmonies of #7285EC
Complementary color
Monochromatic Colors of #7285EC
Black with #7285EC
Text Example
Text Example
White with #7285EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7285EC; }
p { color: rgb(114,133,236); }
H1.HeaderClassName
{
color: #7285EC;
}
.AnyTagClassName
{
color: #7285EC;
}
</style>
background-color css
<style>
a { background-color: #7285EC; }
a { background-color: rgb(114,133,236); }
div.DivClassName
{
background-color: #7285EC;
}
.BgClassName
{
background-color: #7285EC;
}
</style>
border-color css
<style>
span { border-color: #7285EC; }
span { border-color: rgb(114,133,236); }
td.TdClassName
{
border-color: #7285EC;
}
.TagClassName
{
border-color: #7285EC;
}
</style>