Shades of Cornflower Blue #728BE9
Tints of Cornflower Blue #728BE9
RGB
CMYK
RGB Variations
Color information
#728BE9 (or 0x728BE9) is known color: Cornflower Blue. HEX triplet: 72, 8B and E9. RGB value is (114,139,233). Sum of RGB (Red+Green+Blue) = 114+139+233=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 233 (91.41% from 255 or 47.94% from 486); Max value from RGB is 233 - color contains mainly: blue. Hex color #728BE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BE9 is #8D7416. Grayscale: #8D8D8D. Windows color (decimal): -9270295 or 15305586. OLE color: 15305586.
HSL color Cylindrical-coordinate representation of color #728BE9: hue angle of 227.39º 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 #728BE9 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 139 | 233 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.09 |
| HSL | 227.4º | 0.73% | 0.68% | - |
| HSV(B) | 227.4º | 0.51% | 0.91% | - |
| XYZ | 30.88 | 27.93 | 80.85 | - |
| YUV | 142.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 233 | 0.51 | 0.40 | 0 | 0.09 | 227.4 | 0.73 | 0.68 |
| Hex | 72 | 8B | E9 | 33 | 28 | 0 | 9 | E3 | 49 | 44 |
| Octal | 162 | 213 | 351 | 63 | 50 | 0 | 11 | 343 | 111 | 104 |
| Binary | 1110010 | 10001011 | 11101001 | 110011 | 101000 | 0 | 1001 | 11100011 | 1001001 | 1000100 |
Color Harmonies of #728BE9
Complementary color
Monochromatic Colors of #728BE9
Black with #728BE9
Text Example
Text Example
White with #728BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BE9; }
p { color: rgb(114,139,233); }
H1.HeaderClassName
{
color: #728BE9;
}
.AnyTagClassName
{
color: #728BE9;
}
</style>
background-color css
<style>
a { background-color: #728BE9; }
a { background-color: rgb(114,139,233); }
div.DivClassName
{
background-color: #728BE9;
}
.BgClassName
{
background-color: #728BE9;
}
</style>
border-color css
<style>
span { border-color: #728BE9; }
span { border-color: rgb(114,139,233); }
td.TdClassName
{
border-color: #728BE9;
}
.TagClassName
{
border-color: #728BE9;
}
</style>