Shades of Cornflower Blue #7282E2
Tints of Cornflower Blue #7282E2
RGB
CMYK
RGB Variations
Color information
#7282E2 (or 0x7282E2) is known color: Cornflower Blue. HEX triplet: 72, 82 and E2. RGB value is (114,130,226). Sum of RGB (Red+Green+Blue) = 114+130+226=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 226 (88.67% from 255 or 48.09% from 470); Max value from RGB is 226 - color contains mainly: blue. Hex color #7282E2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7282E2 is #8D7D1D. Grayscale: #878787. Windows color (decimal): -9272606 or 14844530. OLE color: 14844530.
HSL color Cylindrical-coordinate representation of color #7282E2: hue angle of 231.43º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7282E2 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 130 | 226 | - |
| CMYK | 0.50 | 0.42 | 0 | 0.11 |
| HSL | 231.43º | 0.66% | 0.67% | - |
| HSV(B) | 231.43º | 0.5% | 0.89% | - |
| XYZ | 28.65 | 25.03 | 75.27 | - |
| YUV | 136.16 | 178.7 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 226 | 0.50 | 0.42 | 0 | 0.11 | 231.43 | 0.66 | 0.67 |
| Hex | 72 | 82 | E2 | 32 | 2A | 0 | B | E7 | 42 | 43 |
| Octal | 162 | 202 | 342 | 62 | 52 | 0 | 13 | 347 | 102 | 103 |
| Binary | 1110010 | 10000010 | 11100010 | 110010 | 101010 | 0 | 1011 | 11100111 | 1000010 | 1000011 |
Color Harmonies of #7282E2
Complementary color
Monochromatic Colors of #7282E2
Black with #7282E2
Text Example
Text Example
White with #7282E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282E2; }
p { color: rgb(114,130,226); }
H1.HeaderClassName
{
color: #7282E2;
}
.AnyTagClassName
{
color: #7282E2;
}
</style>
background-color css
<style>
a { background-color: #7282E2; }
a { background-color: rgb(114,130,226); }
div.DivClassName
{
background-color: #7282E2;
}
.BgClassName
{
background-color: #7282E2;
}
</style>
border-color css
<style>
span { border-color: #7282E2; }
span { border-color: rgb(114,130,226); }
td.TdClassName
{
border-color: #7282E2;
}
.TagClassName
{
border-color: #7282E2;
}
</style>