Shades of Cornflower Blue #728DF2
Tints of Cornflower Blue #728DF2
RGB
CMYK
RGB Variations
Color information
#728DF2 (or 0x728DF2) is known color: Cornflower Blue. HEX triplet: 72, 8D and F2. RGB value is (114,141,242). Sum of RGB (Red+Green+Blue) = 114+141+242=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #728DF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DF2 is #8D720D. Grayscale: #909090. Windows color (decimal): -9269774 or 15895922. OLE color: 15895922.
HSL color Cylindrical-coordinate representation of color #728DF2: hue angle of 227.34º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728DF2 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 141 | 242 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.05 |
| HSL | 227.34º | 0.83% | 0.7% | - |
| HSV(B) | 227.34º | 0.53% | 0.95% | - |
| XYZ | 32.49 | 29.04 | 87.9 | - |
| YUV | 144.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 242 | 0.53 | 0.42 | 0 | 0.05 | 227.34 | 0.83 | 0.7 |
| Hex | 72 | 8D | F2 | 35 | 2A | 0 | 5 | E3 | 53 | 46 |
| Octal | 162 | 215 | 362 | 65 | 52 | 0 | 5 | 343 | 123 | 106 |
| Binary | 1110010 | 10001101 | 11110010 | 110101 | 101010 | 0 | 101 | 11100011 | 1010011 | 1000110 |
Color Harmonies of #728DF2
Complementary color
Monochromatic Colors of #728DF2
Black with #728DF2
Text Example
Text Example
White with #728DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DF2; }
p { color: rgb(114,141,242); }
H1.HeaderClassName
{
color: #728DF2;
}
.AnyTagClassName
{
color: #728DF2;
}
</style>
background-color css
<style>
a { background-color: #728DF2; }
a { background-color: rgb(114,141,242); }
div.DivClassName
{
background-color: #728DF2;
}
.BgClassName
{
background-color: #728DF2;
}
</style>
border-color css
<style>
span { border-color: #728DF2; }
span { border-color: rgb(114,141,242); }
td.TdClassName
{
border-color: #728DF2;
}
.TagClassName
{
border-color: #728DF2;
}
</style>