Shades of Cornflower Blue #729AE5
Tints of Cornflower Blue #729AE5
RGB
CMYK
RGB Variations
Color information
#729AE5 (or 0x729AE5) is known color: Cornflower Blue. HEX triplet: 72, 9A and E5. RGB value is (114,154,229). Sum of RGB (Red+Green+Blue) = 114+154+229=497 (65% of max value = 765). Red value is 114 (44.92% from 255 or 22.94% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 229 (89.84% from 255 or 46.08% from 497); Max value from RGB is 229 - color contains mainly: blue. Hex color #729AE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729AE5 is #8D651A. Grayscale: #969696. Windows color (decimal): -9266459 or 15047282. OLE color: 15047282.
HSL color Cylindrical-coordinate representation of color #729AE5: hue angle of 219.13º degrees, saturation: 0.69, 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 #729AE5 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 154 | 229 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.10 |
| HSL | 219.13º | 0.69% | 0.67% | - |
| HSV(B) | 219.13º | 0.5% | 0.9% | - |
| XYZ | 32.64 | 32.35 | 78.65 | - |
| YUV | 150.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 229 | 0.50 | 0.33 | 0 | 0.10 | 219.13 | 0.69 | 0.67 |
| Hex | 72 | 9A | E5 | 32 | 21 | 0 | A | DB | 45 | 43 |
| Octal | 162 | 232 | 345 | 62 | 41 | 0 | 12 | 333 | 105 | 103 |
| Binary | 1110010 | 10011010 | 11100101 | 110010 | 100001 | 0 | 1010 | 11011011 | 1000101 | 1000011 |
Color Harmonies of #729AE5
Complementary color
Monochromatic Colors of #729AE5
Black with #729AE5
Text Example
Text Example
White with #729AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AE5; }
p { color: rgb(114,154,229); }
H1.HeaderClassName
{
color: #729AE5;
}
.AnyTagClassName
{
color: #729AE5;
}
</style>
background-color css
<style>
a { background-color: #729AE5; }
a { background-color: rgb(114,154,229); }
div.DivClassName
{
background-color: #729AE5;
}
.BgClassName
{
background-color: #729AE5;
}
</style>
border-color css
<style>
span { border-color: #729AE5; }
span { border-color: rgb(114,154,229); }
td.TdClassName
{
border-color: #729AE5;
}
.TagClassName
{
border-color: #729AE5;
}
</style>