Shades of Cornflower Blue #728ADD
Tints of Cornflower Blue #728ADD
RGB
CMYK
RGB Variations
Color information
#728ADD (or 0x728ADD) is known color: Cornflower Blue. HEX triplet: 72, 8A and DD. RGB value is (114,138,221). Sum of RGB (Red+Green+Blue) = 114+138+221=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #728ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ADD is #8D7522. Grayscale: #8B8B8B. Windows color (decimal): -9270563 or 14518898. OLE color: 14518898.
HSL color Cylindrical-coordinate representation of color #728ADD: hue angle of 226.54º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728ADD is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 138 | 221 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.13 |
| HSL | 226.54º | 0.61% | 0.66% | - |
| HSV(B) | 226.54º | 0.48% | 0.87% | - |
| XYZ | 29.08 | 26.97 | 72.08 | - |
| YUV | 140.29 | 173.55 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 221 | 0.48 | 0.38 | 0 | 0.13 | 226.54 | 0.61 | 0.66 |
| Hex | 72 | 8A | DD | 30 | 26 | 0 | D | E3 | 3D | 42 |
| Octal | 162 | 212 | 335 | 60 | 46 | 0 | 15 | 343 | 75 | 102 |
| Binary | 1110010 | 10001010 | 11011101 | 110000 | 100110 | 0 | 1101 | 11100011 | 111101 | 1000010 |
Color Harmonies of #728ADD
Complementary color
Monochromatic Colors of #728ADD
Black with #728ADD
Text Example
Text Example
White with #728ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728ADD; }
p { color: rgb(114,138,221); }
H1.HeaderClassName
{
color: #728ADD;
}
.AnyTagClassName
{
color: #728ADD;
}
</style>
background-color css
<style>
a { background-color: #728ADD; }
a { background-color: rgb(114,138,221); }
div.DivClassName
{
background-color: #728ADD;
}
.BgClassName
{
background-color: #728ADD;
}
</style>
border-color css
<style>
span { border-color: #728ADD; }
span { border-color: rgb(114,138,221); }
td.TdClassName
{
border-color: #728ADD;
}
.TagClassName
{
border-color: #728ADD;
}
</style>