Shades of Cornflower Blue #728AE5
Tints of Cornflower Blue #728AE5
RGB
CMYK
RGB Variations
Color information
#728AE5 (or 0x728AE5) is known color: Cornflower Blue. HEX triplet: 72, 8A and E5. RGB value is (114,138,229). Sum of RGB (Red+Green+Blue) = 114+138+229=481 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.70% from 481); Green value is 138 (54.30% from 255 or 28.69% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #728AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728AE5 is #8D751A. Grayscale: #8C8C8C. Windows color (decimal): -9270555 or 15043186. OLE color: 15043186.
HSL color Cylindrical-coordinate representation of color #728AE5: hue angle of 227.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728AE5 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 138 | 229 | - |
| CMYK | 0.50 | 0.40 | 0 | 0.10 |
| HSL | 227.48º | 0.69% | 0.67% | - |
| HSV(B) | 227.48º | 0.5% | 0.9% | - |
| XYZ | 30.17 | 27.41 | 77.83 | - |
| YUV | 141.2 | 177.55 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 229 | 0.50 | 0.40 | 0 | 0.10 | 227.48 | 0.69 | 0.67 |
| Hex | 72 | 8A | E5 | 32 | 28 | 0 | A | E3 | 45 | 43 |
| Octal | 162 | 212 | 345 | 62 | 50 | 0 | 12 | 343 | 105 | 103 |
| Binary | 1110010 | 10001010 | 11100101 | 110010 | 101000 | 0 | 1010 | 11100011 | 1000101 | 1000011 |
Color Harmonies of #728AE5
Complementary color
Monochromatic Colors of #728AE5
Black with #728AE5
Text Example
Text Example
White with #728AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AE5; }
p { color: rgb(114,138,229); }
H1.HeaderClassName
{
color: #728AE5;
}
.AnyTagClassName
{
color: #728AE5;
}
</style>
background-color css
<style>
a { background-color: #728AE5; }
a { background-color: rgb(114,138,229); }
div.DivClassName
{
background-color: #728AE5;
}
.BgClassName
{
background-color: #728AE5;
}
</style>
border-color css
<style>
span { border-color: #728AE5; }
span { border-color: rgb(114,138,229); }
td.TdClassName
{
border-color: #728AE5;
}
.TagClassName
{
border-color: #728AE5;
}
</style>