Shades of Cornflower Blue #728EED
Tints of Cornflower Blue #728EED
RGB
CMYK
RGB Variations
Color information
#728EED (or 0x728EED) is known color: Cornflower Blue. HEX triplet: 72, 8E and ED. RGB value is (114,142,237). Sum of RGB (Red+Green+Blue) = 114+142+237=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 142 (55.86% from 255 or 28.80% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #728EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728EED is #8D7112. Grayscale: #909090. Windows color (decimal): -9269523 or 15568498. OLE color: 15568498.
HSL color Cylindrical-coordinate representation of color #728EED: hue angle of 226.34º 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 #728EED is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 142 | 237 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.07 |
| HSL | 226.34º | 0.77% | 0.69% | - |
| HSV(B) | 226.34º | 0.52% | 0.93% | - |
| XYZ | 31.9 | 29.04 | 84.04 | - |
| YUV | 144.46 | 180.22 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 237 | 0.52 | 0.40 | 0 | 0.07 | 226.34 | 0.77 | 0.69 |
| Hex | 72 | 8E | ED | 34 | 28 | 0 | 7 | E2 | 4D | 45 |
| Octal | 162 | 216 | 355 | 64 | 50 | 0 | 7 | 342 | 115 | 105 |
| Binary | 1110010 | 10001110 | 11101101 | 110100 | 101000 | 0 | 111 | 11100010 | 1001101 | 1000101 |
Color Harmonies of #728EED
Complementary color
Monochromatic Colors of #728EED
Black with #728EED
Text Example
Text Example
White with #728EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728EED; }
p { color: rgb(114,142,237); }
H1.HeaderClassName
{
color: #728EED;
}
.AnyTagClassName
{
color: #728EED;
}
</style>
background-color css
<style>
a { background-color: #728EED; }
a { background-color: rgb(114,142,237); }
div.DivClassName
{
background-color: #728EED;
}
.BgClassName
{
background-color: #728EED;
}
</style>
border-color css
<style>
span { border-color: #728EED; }
span { border-color: rgb(114,142,237); }
td.TdClassName
{
border-color: #728EED;
}
.TagClassName
{
border-color: #728EED;
}
</style>