Shades of Cornflower Blue #728CDA
Tints of Cornflower Blue #728CDA
RGB
CMYK
RGB Variations
Color information
#728CDA (or 0x728CDA) is known color: Cornflower Blue. HEX triplet: 72, 8C and DA. RGB value is (114,140,218). Sum of RGB (Red+Green+Blue) = 114+140+218=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #728CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728CDA is #8D7325. Grayscale: #8C8C8C. Windows color (decimal): -9270054 or 14322802. OLE color: 14322802.
HSL color Cylindrical-coordinate representation of color #728CDA: hue angle of 225º 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 #728CDA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 140 | 218 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.15 |
| HSL | 225º | 0.58% | 0.65% | - |
| HSV(B) | 225º | 0.48% | 0.85% | - |
| XYZ | 28.97 | 27.4 | 70.09 | - |
| YUV | 141.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 218 | 0.48 | 0.36 | 0 | 0.15 | 225 | 0.58 | 0.65 |
| Hex | 72 | 8C | DA | 30 | 24 | 0 | F | E1 | 3A | 41 |
| Octal | 162 | 214 | 332 | 60 | 44 | 0 | 17 | 341 | 72 | 101 |
| Binary | 1110010 | 10001100 | 11011010 | 110000 | 100100 | 0 | 1111 | 11100001 | 111010 | 1000001 |
Color Harmonies of #728CDA
Complementary color
Monochromatic Colors of #728CDA
Black with #728CDA
Text Example
Text Example
White with #728CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CDA; }
p { color: rgb(114,140,218); }
H1.HeaderClassName
{
color: #728CDA;
}
.AnyTagClassName
{
color: #728CDA;
}
</style>
background-color css
<style>
a { background-color: #728CDA; }
a { background-color: rgb(114,140,218); }
div.DivClassName
{
background-color: #728CDA;
}
.BgClassName
{
background-color: #728CDA;
}
</style>
border-color css
<style>
span { border-color: #728CDA; }
span { border-color: rgb(114,140,218); }
td.TdClassName
{
border-color: #728CDA;
}
.TagClassName
{
border-color: #728CDA;
}
</style>