Shades of Cornflower Blue #728AF6
Tints of Cornflower Blue #728AF6
RGB
CMYK
RGB Variations
Color information
#728AF6 (or 0x728AF6) is known color: Cornflower Blue. HEX triplet: 72, 8A and F6. RGB value is (114,138,246). Sum of RGB (Red+Green+Blue) = 114+138+246=498 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.89% from 498); Green value is 138 (54.30% from 255 or 27.71% from 498); Blue value is 246 (96.48% from 255 or 49.40% from 498); Max value from RGB is 246 - color contains mainly: blue. Hex color #728AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728AF6 is #8D7509. Grayscale: #8E8E8E. Windows color (decimal): -9270538 or 16157298. OLE color: 16157298.
HSL color Cylindrical-coordinate representation of color #728AF6: hue angle of 229.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #728AF6 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 114 | 138 | 246 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.04 |
| HSL | 229.09º | 0.88% | 0.71% | - |
| HSV(B) | 229.09º | 0.54% | 0.96% | - |
| XYZ | 32.66 | 28.41 | 90.95 | - |
| YUV | 143.14 | 186.05 | 107.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 246 | 0.54 | 0.44 | 0 | 0.04 | 229.09 | 0.88 | 0.71 |
| Hex | 72 | 8A | F6 | 36 | 2C | 0 | 4 | E5 | 58 | 47 |
| Octal | 162 | 212 | 366 | 66 | 54 | 0 | 4 | 345 | 130 | 107 |
| Binary | 1110010 | 10001010 | 11110110 | 110110 | 101100 | 0 | 100 | 11100101 | 1011000 | 1000111 |
Color Harmonies of #728AF6
Complementary color
Monochromatic Colors of #728AF6
Black with #728AF6
Text Example
Text Example
White with #728AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728AF6; }
p { color: rgb(114,138,246); }
H1.HeaderClassName
{
color: #728AF6;
}
.AnyTagClassName
{
color: #728AF6;
}
</style>
background-color css
<style>
a { background-color: #728AF6; }
a { background-color: rgb(114,138,246); }
div.DivClassName
{
background-color: #728AF6;
}
.BgClassName
{
background-color: #728AF6;
}
</style>
border-color css
<style>
span { border-color: #728AF6; }
span { border-color: rgb(114,138,246); }
td.TdClassName
{
border-color: #728AF6;
}
.TagClassName
{
border-color: #728AF6;
}
</style>