Shades of Cornflower Blue #728CE2
Tints of Cornflower Blue #728CE2
RGB
CMYK
RGB Variations
Color information
#728CE2 (or 0x728CE2) is known color: Cornflower Blue. HEX triplet: 72, 8C and E2. RGB value is (114,140,226). Sum of RGB (Red+Green+Blue) = 114+140+226=480 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.75% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #728CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CE2 is #8D731D. Grayscale: #8D8D8D. Windows color (decimal): -9270046 or 14847090. OLE color: 14847090.
HSL color Cylindrical-coordinate representation of color #728CE2: hue angle of 226.07º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728CE2 is Cyan = 0.50, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 114 | 140 | 226 | - |
| CMYK | 0.50 | 0.38 | 0 | 0.11 |
| HSL | 226.07º | 0.66% | 0.67% | - |
| HSV(B) | 226.07º | 0.5% | 0.89% | - |
| XYZ | 30.04 | 27.82 | 75.74 | - |
| YUV | 142.03 | 175.39 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 226 | 0.50 | 0.38 | 0 | 0.11 | 226.07 | 0.66 | 0.67 |
| Hex | 72 | 8C | E2 | 32 | 26 | 0 | B | E2 | 42 | 43 |
| Octal | 162 | 214 | 342 | 62 | 46 | 0 | 13 | 342 | 102 | 103 |
| Binary | 1110010 | 10001100 | 11100010 | 110010 | 100110 | 0 | 1011 | 11100010 | 1000010 | 1000011 |
Color Harmonies of #728CE2
Complementary color
Monochromatic Colors of #728CE2
Black with #728CE2
Text Example
Text Example
White with #728CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CE2; }
p { color: rgb(114,140,226); }
H1.HeaderClassName
{
color: #728CE2;
}
.AnyTagClassName
{
color: #728CE2;
}
</style>
background-color css
<style>
a { background-color: #728CE2; }
a { background-color: rgb(114,140,226); }
div.DivClassName
{
background-color: #728CE2;
}
.BgClassName
{
background-color: #728CE2;
}
</style>
border-color css
<style>
span { border-color: #728CE2; }
span { border-color: rgb(114,140,226); }
td.TdClassName
{
border-color: #728CE2;
}
.TagClassName
{
border-color: #728CE2;
}
</style>