Shades of Cornflower Blue #728CE3
Tints of Cornflower Blue #728CE3
RGB
CMYK
RGB Variations
Color information
#728CE3 (or 0x728CE3) is known color: Cornflower Blue. HEX triplet: 72, 8C and E3. RGB value is (114,140,227). Sum of RGB (Red+Green+Blue) = 114+140+227=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 227 (89.06% from 255 or 47.19% from 481); Max value from RGB is 227 - color contains mainly: blue. Hex color #728CE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CE3 is #8D731C. Grayscale: #8D8D8D. Windows color (decimal): -9270045 or 14912626. OLE color: 14912626.
HSL color Cylindrical-coordinate representation of color #728CE3: hue angle of 226.19º degrees, saturation: 0.67, 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 #728CE3 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 140 | 227 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.11 |
| HSL | 226.19º | 0.67% | 0.67% | - |
| HSV(B) | 226.19º | 0.5% | 0.89% | - |
| XYZ | 30.18 | 27.88 | 76.46 | - |
| YUV | 142.14 | 175.89 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 227 | 0.50 | 0.38 | 0 | 0.11 | 226.19 | 0.67 | 0.67 |
| Hex | 72 | 8C | E3 | 32 | 26 | 0 | B | E2 | 43 | 43 |
| Octal | 162 | 214 | 343 | 62 | 46 | 0 | 13 | 342 | 103 | 103 |
| Binary | 1110010 | 10001100 | 11100011 | 110010 | 100110 | 0 | 1011 | 11100010 | 1000011 | 1000011 |
Color Harmonies of #728CE3
Complementary color
Monochromatic Colors of #728CE3
Black with #728CE3
Text Example
Text Example
White with #728CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CE3; }
p { color: rgb(114,140,227); }
H1.HeaderClassName
{
color: #728CE3;
}
.AnyTagClassName
{
color: #728CE3;
}
</style>
background-color css
<style>
a { background-color: #728CE3; }
a { background-color: rgb(114,140,227); }
div.DivClassName
{
background-color: #728CE3;
}
.BgClassName
{
background-color: #728CE3;
}
</style>
border-color css
<style>
span { border-color: #728CE3; }
span { border-color: rgb(114,140,227); }
td.TdClassName
{
border-color: #728CE3;
}
.TagClassName
{
border-color: #728CE3;
}
</style>