Shades of Cornflower Blue #7282E5
Tints of Cornflower Blue #7282E5
RGB
CMYK
RGB Variations
Color information
#7282E5 (or 0x7282E5) is known color: Cornflower Blue. HEX triplet: 72, 82 and E5. RGB value is (114,130,229). Sum of RGB (Red+Green+Blue) = 114+130+229=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 229 (89.84% from 255 or 48.41% from 473); Max value from RGB is 229 - color contains mainly: blue. Hex color #7282E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7282E5 is #8D7D1A. Grayscale: #888888. Windows color (decimal): -9272603 or 15041138. OLE color: 15041138.
HSL color Cylindrical-coordinate representation of color #7282E5: hue angle of 231.65º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7282E5 is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 130 | 229 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.10 |
| HSL | 231.65º | 0.69% | 0.67% | - |
| HSV(B) | 231.65º | 0.5% | 0.9% | - |
| XYZ | 29.06 | 25.2 | 77.46 | - |
| YUV | 136.5 | 180.2 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 130 | 229 | 0.50 | 0.43 | 0 | 0.10 | 231.65 | 0.69 | 0.67 |
| Hex | 72 | 82 | E5 | 32 | 2B | 0 | A | E8 | 45 | 43 |
| Octal | 162 | 202 | 345 | 62 | 53 | 0 | 12 | 350 | 105 | 103 |
| Binary | 1110010 | 10000010 | 11100101 | 110010 | 101011 | 0 | 1010 | 11101000 | 1000101 | 1000011 |
Color Harmonies of #7282E5
Complementary color
Monochromatic Colors of #7282E5
Black with #7282E5
Text Example
Text Example
White with #7282E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7282E5; }
p { color: rgb(114,130,229); }
H1.HeaderClassName
{
color: #7282E5;
}
.AnyTagClassName
{
color: #7282E5;
}
</style>
background-color css
<style>
a { background-color: #7282E5; }
a { background-color: rgb(114,130,229); }
div.DivClassName
{
background-color: #7282E5;
}
.BgClassName
{
background-color: #7282E5;
}
</style>
border-color css
<style>
span { border-color: #7282E5; }
span { border-color: rgb(114,130,229); }
td.TdClassName
{
border-color: #7282E5;
}
.TagClassName
{
border-color: #7282E5;
}
</style>