Shades of Cornflower Blue #728DE2
Tints of Cornflower Blue #728DE2
RGB
CMYK
RGB Variations
Color information
#728DE2 (or 0x728DE2) is known color: Cornflower Blue. HEX triplet: 72, 8D and E2. RGB value is (114,141,226). Sum of RGB (Red+Green+Blue) = 114+141+226=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 226 - color contains mainly: blue. Hex color #728DE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DE2 is #8D721D. Grayscale: #8E8E8E. Windows color (decimal): -9269790 or 14847346. OLE color: 14847346.
HSL color Cylindrical-coordinate representation of color #728DE2: hue angle of 225.54º 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 #728DE2 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 141 | 226 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.11 |
| HSL | 225.54º | 0.66% | 0.67% | - |
| HSV(B) | 225.54º | 0.5% | 0.89% | - |
| XYZ | 30.19 | 28.12 | 75.79 | - |
| YUV | 142.62 | 175.05 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 226 | 0.50 | 0.38 | 0 | 0.11 | 225.54 | 0.66 | 0.67 |
| Hex | 72 | 8D | E2 | 32 | 26 | 0 | B | E2 | 42 | 43 |
| Octal | 162 | 215 | 342 | 62 | 46 | 0 | 13 | 342 | 102 | 103 |
| Binary | 1110010 | 10001101 | 11100010 | 110010 | 100110 | 0 | 1011 | 11100010 | 1000010 | 1000011 |
Color Harmonies of #728DE2
Complementary color
Monochromatic Colors of #728DE2
Black with #728DE2
Text Example
Text Example
White with #728DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DE2; }
p { color: rgb(114,141,226); }
H1.HeaderClassName
{
color: #728DE2;
}
.AnyTagClassName
{
color: #728DE2;
}
</style>
background-color css
<style>
a { background-color: #728DE2; }
a { background-color: rgb(114,141,226); }
div.DivClassName
{
background-color: #728DE2;
}
.BgClassName
{
background-color: #728DE2;
}
</style>
border-color css
<style>
span { border-color: #728DE2; }
span { border-color: rgb(114,141,226); }
td.TdClassName
{
border-color: #728DE2;
}
.TagClassName
{
border-color: #728DE2;
}
</style>