Shades of Cornflower Blue #728DDA
Tints of Cornflower Blue #728DDA
RGB
CMYK
RGB Variations
Color information
#728DDA (or 0x728DDA) is known color: Cornflower Blue. HEX triplet: 72, 8D and DA. RGB value is (114,141,218). Sum of RGB (Red+Green+Blue) = 114+141+218=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #728DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DDA is #8D7225. Grayscale: #8D8D8D. Windows color (decimal): -9269798 or 14323058. OLE color: 14323058.
HSL color Cylindrical-coordinate representation of color #728DDA: hue angle of 224.42º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728DDA is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 141 | 218 | - |
| CMYK | 0.48 | 0.35 | 0 | 0.15 |
| HSL | 224.42º | 0.58% | 0.65% | - |
| HSV(B) | 224.42º | 0.48% | 0.85% | - |
| XYZ | 29.12 | 27.69 | 70.14 | - |
| YUV | 141.71 | 171.05 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 218 | 0.48 | 0.35 | 0 | 0.15 | 224.42 | 0.58 | 0.65 |
| Hex | 72 | 8D | DA | 30 | 23 | 0 | F | E0 | 3A | 41 |
| Octal | 162 | 215 | 332 | 60 | 43 | 0 | 17 | 340 | 72 | 101 |
| Binary | 1110010 | 10001101 | 11011010 | 110000 | 100011 | 0 | 1111 | 11100000 | 111010 | 1000001 |
Color Harmonies of #728DDA
Complementary color
Monochromatic Colors of #728DDA
Black with #728DDA
Text Example
Text Example
White with #728DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DDA; }
p { color: rgb(114,141,218); }
H1.HeaderClassName
{
color: #728DDA;
}
.AnyTagClassName
{
color: #728DDA;
}
</style>
background-color css
<style>
a { background-color: #728DDA; }
a { background-color: rgb(114,141,218); }
div.DivClassName
{
background-color: #728DDA;
}
.BgClassName
{
background-color: #728DDA;
}
</style>
border-color css
<style>
span { border-color: #728DDA; }
span { border-color: rgb(114,141,218); }
td.TdClassName
{
border-color: #728DDA;
}
.TagClassName
{
border-color: #728DDA;
}
</style>