Shades of Cornflower Blue #728CE7
Tints of Cornflower Blue #728CE7
RGB
CMYK
RGB Variations
Color information
#728CE7 (or 0x728CE7) is known color: Cornflower Blue. HEX triplet: 72, 8C and E7. RGB value is (114,140,231). Sum of RGB (Red+Green+Blue) = 114+140+231=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #728CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CE7 is #8D7318. Grayscale: #8E8E8E. Windows color (decimal): -9270041 or 15174770. OLE color: 15174770.
HSL color Cylindrical-coordinate representation of color #728CE7: hue angle of 226.67º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728CE7 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 140 | 231 | - |
| CMYK | 0.51 | 0.39 | 0 | 0.09 |
| HSL | 226.67º | 0.71% | 0.68% | - |
| HSV(B) | 226.67º | 0.51% | 0.91% | - |
| XYZ | 30.74 | 28.1 | 79.41 | - |
| YUV | 142.6 | 177.89 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 231 | 0.51 | 0.39 | 0 | 0.09 | 226.67 | 0.71 | 0.68 |
| Hex | 72 | 8C | E7 | 33 | 27 | 0 | 9 | E3 | 47 | 44 |
| Octal | 162 | 214 | 347 | 63 | 47 | 0 | 11 | 343 | 107 | 104 |
| Binary | 1110010 | 10001100 | 11100111 | 110011 | 100111 | 0 | 1001 | 11100011 | 1000111 | 1000100 |
Color Harmonies of #728CE7
Complementary color
Monochromatic Colors of #728CE7
Black with #728CE7
Text Example
Text Example
White with #728CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CE7; }
p { color: rgb(114,140,231); }
H1.HeaderClassName
{
color: #728CE7;
}
.AnyTagClassName
{
color: #728CE7;
}
</style>
background-color css
<style>
a { background-color: #728CE7; }
a { background-color: rgb(114,140,231); }
div.DivClassName
{
background-color: #728CE7;
}
.BgClassName
{
background-color: #728CE7;
}
</style>
border-color css
<style>
span { border-color: #728CE7; }
span { border-color: rgb(114,140,231); }
td.TdClassName
{
border-color: #728CE7;
}
.TagClassName
{
border-color: #728CE7;
}
</style>