Shades of Cornflower Blue #729DE8
Tints of Cornflower Blue #729DE8
RGB
CMYK
RGB Variations
Color information
#729DE8 (or 0x729DE8) is known color: Cornflower Blue. HEX triplet: 72, 9D and E8. RGB value is (114,157,232). Sum of RGB (Red+Green+Blue) = 114+157+232=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #729DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DE8 is #8D6217. Grayscale: #989898. Windows color (decimal): -9265688 or 15244658. OLE color: 15244658.
HSL color Cylindrical-coordinate representation of color #729DE8: hue angle of 218.14º degrees, saturation: 0.72, 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 #729DE8 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 114 | 157 | 232 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.09 |
| HSL | 218.14º | 0.72% | 0.68% | - |
| HSV(B) | 218.14º | 0.51% | 0.91% | - |
| XYZ | 33.56 | 33.52 | 81.04 | - |
| YUV | 152.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 232 | 0.51 | 0.32 | 0 | 0.09 | 218.14 | 0.72 | 0.68 |
| Hex | 72 | 9D | E8 | 33 | 20 | 0 | 9 | DA | 48 | 44 |
| Octal | 162 | 235 | 350 | 63 | 40 | 0 | 11 | 332 | 110 | 104 |
| Binary | 1110010 | 10011101 | 11101000 | 110011 | 100000 | 0 | 1001 | 11011010 | 1001000 | 1000100 |
Color Harmonies of #729DE8
Complementary color
Monochromatic Colors of #729DE8
Black with #729DE8
Text Example
Text Example
White with #729DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DE8; }
p { color: rgb(114,157,232); }
H1.HeaderClassName
{
color: #729DE8;
}
.AnyTagClassName
{
color: #729DE8;
}
</style>
background-color css
<style>
a { background-color: #729DE8; }
a { background-color: rgb(114,157,232); }
div.DivClassName
{
background-color: #729DE8;
}
.BgClassName
{
background-color: #729DE8;
}
</style>
border-color css
<style>
span { border-color: #729DE8; }
span { border-color: rgb(114,157,232); }
td.TdClassName
{
border-color: #729DE8;
}
.TagClassName
{
border-color: #729DE8;
}
</style>