Shades of Cornflower Blue #728DF1
Tints of Cornflower Blue #728DF1
RGB
CMYK
RGB Variations
Color information
#728DF1 (or 0x728DF1) is known color: Cornflower Blue. HEX triplet: 72, 8D and F1. RGB value is (114,141,241). Sum of RGB (Red+Green+Blue) = 114+141+241=496 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.98% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 241 (94.53% from 255 or 48.59% from 496); Max value from RGB is 241 - color contains mainly: blue. Hex color #728DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DF1 is #8D720E. Grayscale: #8F8F8F. Windows color (decimal): -9269775 or 15830386. OLE color: 15830386.
HSL color Cylindrical-coordinate representation of color #728DF1: hue angle of 227.24º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #728DF1 is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 141 | 241 | - |
| CMYK | 0.53 | 0.41 | 0 | 0.05 |
| HSL | 227.24º | 0.82% | 0.7% | - |
| HSV(B) | 227.24º | 0.53% | 0.95% | - |
| XYZ | 32.34 | 28.98 | 87.11 | - |
| YUV | 144.33 | 182.55 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 241 | 0.53 | 0.41 | 0 | 0.05 | 227.24 | 0.82 | 0.7 |
| Hex | 72 | 8D | F1 | 35 | 29 | 0 | 5 | E3 | 52 | 46 |
| Octal | 162 | 215 | 361 | 65 | 51 | 0 | 5 | 343 | 122 | 106 |
| Binary | 1110010 | 10001101 | 11110001 | 110101 | 101001 | 0 | 101 | 11100011 | 1010010 | 1000110 |
Color Harmonies of #728DF1
Complementary color
Monochromatic Colors of #728DF1
Black with #728DF1
Text Example
Text Example
White with #728DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728DF1; }
p { color: rgb(114,141,241); }
H1.HeaderClassName
{
color: #728DF1;
}
.AnyTagClassName
{
color: #728DF1;
}
</style>
background-color css
<style>
a { background-color: #728DF1; }
a { background-color: rgb(114,141,241); }
div.DivClassName
{
background-color: #728DF1;
}
.BgClassName
{
background-color: #728DF1;
}
</style>
border-color css
<style>
span { border-color: #728DF1; }
span { border-color: rgb(114,141,241); }
td.TdClassName
{
border-color: #728DF1;
}
.TagClassName
{
border-color: #728DF1;
}
</style>