Shades of Cornflower Blue #728FE9
Tints of Cornflower Blue #728FE9
RGB
CMYK
RGB Variations
Color information
#728FE9 (or 0x728FE9) is known color: Cornflower Blue. HEX triplet: 72, 8F and E9. RGB value is (114,143,233). Sum of RGB (Red+Green+Blue) = 114+143+233=490 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.27% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #728FE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FE9 is #8D7016. Grayscale: #909090. Windows color (decimal): -9269271 or 15306610. OLE color: 15306610.
HSL color Cylindrical-coordinate representation of color #728FE9: hue angle of 225.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728FE9 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 143 | 233 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.09 |
| HSL | 225.38º | 0.73% | 0.68% | - |
| HSV(B) | 225.38º | 0.51% | 0.91% | - |
| XYZ | 31.47 | 29.11 | 81.05 | - |
| YUV | 144.59 | 177.89 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 233 | 0.51 | 0.39 | 0 | 0.09 | 225.38 | 0.73 | 0.68 |
| Hex | 72 | 8F | E9 | 33 | 27 | 0 | 9 | E1 | 49 | 44 |
| Octal | 162 | 217 | 351 | 63 | 47 | 0 | 11 | 341 | 111 | 104 |
| Binary | 1110010 | 10001111 | 11101001 | 110011 | 100111 | 0 | 1001 | 11100001 | 1001001 | 1000100 |
Color Harmonies of #728FE9
Complementary color
Monochromatic Colors of #728FE9
Black with #728FE9
Text Example
Text Example
White with #728FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FE9; }
p { color: rgb(114,143,233); }
H1.HeaderClassName
{
color: #728FE9;
}
.AnyTagClassName
{
color: #728FE9;
}
</style>
background-color css
<style>
a { background-color: #728FE9; }
a { background-color: rgb(114,143,233); }
div.DivClassName
{
background-color: #728FE9;
}
.BgClassName
{
background-color: #728FE9;
}
</style>
border-color css
<style>
span { border-color: #728FE9; }
span { border-color: rgb(114,143,233); }
td.TdClassName
{
border-color: #728FE9;
}
.TagClassName
{
border-color: #728FE9;
}
</style>