Shades of Cornflower Blue #728CEC
Tints of Cornflower Blue #728CEC
RGB
CMYK
RGB Variations
Color information
#728CEC (or 0x728CEC) is known color: Cornflower Blue. HEX triplet: 72, 8C and EC. RGB value is (114,140,236). Sum of RGB (Red+Green+Blue) = 114+140+236=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #728CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CEC is #8D7313. Grayscale: #8E8E8E. Windows color (decimal): -9270036 or 15502450. OLE color: 15502450.
HSL color Cylindrical-coordinate representation of color #728CEC: hue angle of 227.21º degrees, saturation: 0.76, 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 #728CEC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 140 | 236 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.07 |
| HSL | 227.21º | 0.76% | 0.69% | - |
| HSV(B) | 227.21º | 0.52% | 0.93% | - |
| XYZ | 31.46 | 28.39 | 83.18 | - |
| YUV | 143.17 | 180.39 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 236 | 0.52 | 0.41 | 0 | 0.07 | 227.21 | 0.76 | 0.69 |
| Hex | 72 | 8C | EC | 34 | 29 | 0 | 7 | E3 | 4C | 45 |
| Octal | 162 | 214 | 354 | 64 | 51 | 0 | 7 | 343 | 114 | 105 |
| Binary | 1110010 | 10001100 | 11101100 | 110100 | 101001 | 0 | 111 | 11100011 | 1001100 | 1000101 |
Color Harmonies of #728CEC
Complementary color
Monochromatic Colors of #728CEC
Black with #728CEC
Text Example
Text Example
White with #728CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CEC; }
p { color: rgb(114,140,236); }
H1.HeaderClassName
{
color: #728CEC;
}
.AnyTagClassName
{
color: #728CEC;
}
</style>
background-color css
<style>
a { background-color: #728CEC; }
a { background-color: rgb(114,140,236); }
div.DivClassName
{
background-color: #728CEC;
}
.BgClassName
{
background-color: #728CEC;
}
</style>
border-color css
<style>
span { border-color: #728CEC; }
span { border-color: rgb(114,140,236); }
td.TdClassName
{
border-color: #728CEC;
}
.TagClassName
{
border-color: #728CEC;
}
</style>