Shades of Cornflower Blue #7288ED
Tints of Cornflower Blue #7288ED
RGB
CMYK
RGB Variations
Color information
#7288ED (or 0x7288ED) is known color: Cornflower Blue. HEX triplet: 72, 88 and ED. RGB value is (114,136,237). Sum of RGB (Red+Green+Blue) = 114+136+237=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #7288ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7288ED is #8D7712. Grayscale: #8C8C8C. Windows color (decimal): -9271059 or 15566962. OLE color: 15566962.
HSL color Cylindrical-coordinate representation of color #7288ED: hue angle of 229.27º degrees, saturation: 0.77, 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 #7288ED is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 136 | 237 | - |
| CMYK | 0.52 | 0.43 | 0 | 0.07 |
| HSL | 229.27º | 0.77% | 0.69% | - |
| HSV(B) | 229.27º | 0.52% | 0.93% | - |
| XYZ | 31.03 | 27.3 | 83.75 | - |
| YUV | 140.94 | 182.21 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 237 | 0.52 | 0.43 | 0 | 0.07 | 229.27 | 0.77 | 0.69 |
| Hex | 72 | 88 | ED | 34 | 2B | 0 | 7 | E5 | 4D | 45 |
| Octal | 162 | 210 | 355 | 64 | 53 | 0 | 7 | 345 | 115 | 105 |
| Binary | 1110010 | 10001000 | 11101101 | 110100 | 101011 | 0 | 111 | 11100101 | 1001101 | 1000101 |
Color Harmonies of #7288ED
Complementary color
Monochromatic Colors of #7288ED
Black with #7288ED
Text Example
Text Example
White with #7288ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7288ED; }
p { color: rgb(114,136,237); }
H1.HeaderClassName
{
color: #7288ED;
}
.AnyTagClassName
{
color: #7288ED;
}
</style>
background-color css
<style>
a { background-color: #7288ED; }
a { background-color: rgb(114,136,237); }
div.DivClassName
{
background-color: #7288ED;
}
.BgClassName
{
background-color: #7288ED;
}
</style>
border-color css
<style>
span { border-color: #7288ED; }
span { border-color: rgb(114,136,237); }
td.TdClassName
{
border-color: #7288ED;
}
.TagClassName
{
border-color: #7288ED;
}
</style>