Shades of Cornflower Blue #728FE5
Tints of Cornflower Blue #728FE5
RGB
CMYK
RGB Variations
Color information
#728FE5 (or 0x728FE5) is known color: Cornflower Blue. HEX triplet: 72, 8F and E5. RGB value is (114,143,229). Sum of RGB (Red+Green+Blue) = 114+143+229=486 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.46% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 229 - color contains mainly: blue. Hex color #728FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728FE5 is #8D701A. Grayscale: #8F8F8F. Windows color (decimal): -9269275 or 15044466. OLE color: 15044466.
HSL color Cylindrical-coordinate representation of color #728FE5: hue angle of 224.87º 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 #728FE5 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 143 | 229 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.10 |
| HSL | 224.87º | 0.69% | 0.67% | - |
| HSV(B) | 224.87º | 0.5% | 0.9% | - |
| XYZ | 30.9 | 28.88 | 78.07 | - |
| YUV | 144.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 229 | 0.50 | 0.38 | 0 | 0.10 | 224.87 | 0.69 | 0.67 |
| Hex | 72 | 8F | E5 | 32 | 26 | 0 | A | E1 | 45 | 43 |
| Octal | 162 | 217 | 345 | 62 | 46 | 0 | 12 | 341 | 105 | 103 |
| Binary | 1110010 | 10001111 | 11100101 | 110010 | 100110 | 0 | 1010 | 11100001 | 1000101 | 1000011 |
Color Harmonies of #728FE5
Complementary color
Monochromatic Colors of #728FE5
Black with #728FE5
Text Example
Text Example
White with #728FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FE5; }
p { color: rgb(114,143,229); }
H1.HeaderClassName
{
color: #728FE5;
}
.AnyTagClassName
{
color: #728FE5;
}
</style>
background-color css
<style>
a { background-color: #728FE5; }
a { background-color: rgb(114,143,229); }
div.DivClassName
{
background-color: #728FE5;
}
.BgClassName
{
background-color: #728FE5;
}
</style>
border-color css
<style>
span { border-color: #728FE5; }
span { border-color: rgb(114,143,229); }
td.TdClassName
{
border-color: #728FE5;
}
.TagClassName
{
border-color: #728FE5;
}
</style>