Shades of Cornflower Blue #728DDF
Tints of Cornflower Blue #728DDF
RGB
CMYK
RGB Variations
Color information
#728DDF (or 0x728DDF) is known color: Cornflower Blue. HEX triplet: 72, 8D and DF. RGB value is (114,141,223). Sum of RGB (Red+Green+Blue) = 114+141+223=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #728DDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DDF is #8D7220. Grayscale: #8D8D8D. Windows color (decimal): -9269793 or 14650738. OLE color: 14650738.
HSL color Cylindrical-coordinate representation of color #728DDF: hue angle of 225.14º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #728DDF is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 141 | 223 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.13 |
| HSL | 225.14º | 0.63% | 0.66% | - |
| HSV(B) | 225.14º | 0.49% | 0.87% | - |
| XYZ | 29.78 | 27.95 | 73.64 | - |
| YUV | 142.28 | 173.55 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 223 | 0.49 | 0.37 | 0 | 0.13 | 225.14 | 0.63 | 0.66 |
| Hex | 72 | 8D | DF | 31 | 25 | 0 | D | E1 | 3F | 42 |
| Octal | 162 | 215 | 337 | 61 | 45 | 0 | 15 | 341 | 77 | 102 |
| Binary | 1110010 | 10001101 | 11011111 | 110001 | 100101 | 0 | 1101 | 11100001 | 111111 | 1000010 |
Color Harmonies of #728DDF
Complementary color
Monochromatic Colors of #728DDF
Black with #728DDF
Text Example
Text Example
White with #728DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DDF; }
p { color: rgb(114,141,223); }
H1.HeaderClassName
{
color: #728DDF;
}
.AnyTagClassName
{
color: #728DDF;
}
</style>
background-color css
<style>
a { background-color: #728DDF; }
a { background-color: rgb(114,141,223); }
div.DivClassName
{
background-color: #728DDF;
}
.BgClassName
{
background-color: #728DDF;
}
</style>
border-color css
<style>
span { border-color: #728DDF; }
span { border-color: rgb(114,141,223); }
td.TdClassName
{
border-color: #728DDF;
}
.TagClassName
{
border-color: #728DDF;
}
</style>