Shades of Cornflower Blue #728CE6
Tints of Cornflower Blue #728CE6
RGB
CMYK
RGB Variations
Color information
#728CE6 (or 0x728CE6) is known color: Cornflower Blue. HEX triplet: 72, 8C and E6. RGB value is (114,140,230). Sum of RGB (Red+Green+Blue) = 114+140+230=484 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.55% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 230 (90.23% from 255 or 47.52% from 484); Max value from RGB is 230 - color contains mainly: blue. Hex color #728CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CE6 is #8D7319. Grayscale: #8E8E8E. Windows color (decimal): -9270042 or 15109234. OLE color: 15109234.
HSL color Cylindrical-coordinate representation of color #728CE6: hue angle of 226.55º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728CE6 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 140 | 230 | - |
| CMYK | 0.50 | 0.39 | 0 | 0.10 |
| HSL | 226.55º | 0.7% | 0.67% | - |
| HSV(B) | 226.55º | 0.5% | 0.9% | - |
| XYZ | 30.6 | 28.05 | 78.66 | - |
| YUV | 142.49 | 177.39 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 230 | 0.50 | 0.39 | 0 | 0.10 | 226.55 | 0.7 | 0.67 |
| Hex | 72 | 8C | E6 | 32 | 27 | 0 | A | E3 | 46 | 43 |
| Octal | 162 | 214 | 346 | 62 | 47 | 0 | 12 | 343 | 106 | 103 |
| Binary | 1110010 | 10001100 | 11100110 | 110010 | 100111 | 0 | 1010 | 11100011 | 1000110 | 1000011 |
Color Harmonies of #728CE6
Complementary color
Monochromatic Colors of #728CE6
Black with #728CE6
Text Example
Text Example
White with #728CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CE6; }
p { color: rgb(114,140,230); }
H1.HeaderClassName
{
color: #728CE6;
}
.AnyTagClassName
{
color: #728CE6;
}
</style>
background-color css
<style>
a { background-color: #728CE6; }
a { background-color: rgb(114,140,230); }
div.DivClassName
{
background-color: #728CE6;
}
.BgClassName
{
background-color: #728CE6;
}
</style>
border-color css
<style>
span { border-color: #728CE6; }
span { border-color: rgb(114,140,230); }
td.TdClassName
{
border-color: #728CE6;
}
.TagClassName
{
border-color: #728CE6;
}
</style>