Shades of Cornflower Blue #7282EB
Tints of Cornflower Blue #7282EB
RGB
CMYK
RGB Variations
Color information
#7282EB (or 0x7282EB) is known color: Cornflower Blue. HEX triplet: 72, 82 and EB. RGB value is (114,130,235). Sum of RGB (Red+Green+Blue) = 114+130+235=479 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.80% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #7282EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7282EB is #8D7D14. Grayscale: #888888. Windows color (decimal): -9272597 or 15434354. OLE color: 15434354.
HSL color Cylindrical-coordinate representation of color #7282EB: hue angle of 232.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7282EB is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 130 | 235 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.08 |
| HSL | 232.07º | 0.75% | 0.68% | - |
| HSV(B) | 232.07º | 0.51% | 0.92% | - |
| XYZ | 29.92 | 25.54 | 81.95 | - |
| YUV | 137.19 | 183.2 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 235 | 0.51 | 0.45 | 0 | 0.08 | 232.07 | 0.75 | 0.68 |
| Hex | 72 | 82 | EB | 33 | 2D | 0 | 8 | E8 | 4B | 44 |
| Octal | 162 | 202 | 353 | 63 | 55 | 0 | 10 | 350 | 113 | 104 |
| Binary | 1110010 | 10000010 | 11101011 | 110011 | 101101 | 0 | 1000 | 11101000 | 1001011 | 1000100 |
Color Harmonies of #7282EB
Complementary color
Monochromatic Colors of #7282EB
Black with #7282EB
Text Example
Text Example
White with #7282EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282EB; }
p { color: rgb(114,130,235); }
H1.HeaderClassName
{
color: #7282EB;
}
.AnyTagClassName
{
color: #7282EB;
}
</style>
background-color css
<style>
a { background-color: #7282EB; }
a { background-color: rgb(114,130,235); }
div.DivClassName
{
background-color: #7282EB;
}
.BgClassName
{
background-color: #7282EB;
}
</style>
border-color css
<style>
span { border-color: #7282EB; }
span { border-color: rgb(114,130,235); }
td.TdClassName
{
border-color: #7282EB;
}
.TagClassName
{
border-color: #7282EB;
}
</style>