Shades of Cornflower Blue #729CE5
Tints of Cornflower Blue #729CE5
RGB
CMYK
RGB Variations
Color information
#729CE5 (or 0x729CE5) is known color: Cornflower Blue. HEX triplet: 72, 9C and E5. RGB value is (114,156,229). Sum of RGB (Red+Green+Blue) = 114+156+229=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 229 (89.84% from 255 or 45.89% from 499); Max value from RGB is 229 - color contains mainly: blue. Hex color #729CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #729CE5 is #8D631A. Grayscale: #979797. Windows color (decimal): -9265947 or 15047794. OLE color: 15047794.
HSL color Cylindrical-coordinate representation of color #729CE5: hue angle of 218.09º 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 #729CE5 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 156 | 229 | - |
| CMYK | 0.50 | 0.32 | 0 | 0.10 |
| HSL | 218.09º | 0.69% | 0.67% | - |
| HSV(B) | 218.09º | 0.5% | 0.9% | - |
| XYZ | 32.97 | 33.01 | 78.76 | - |
| YUV | 151.76 | 171.59 | 101.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 229 | 0.50 | 0.32 | 0 | 0.10 | 218.09 | 0.69 | 0.67 |
| Hex | 72 | 9C | E5 | 32 | 20 | 0 | A | DA | 45 | 43 |
| Octal | 162 | 234 | 345 | 62 | 40 | 0 | 12 | 332 | 105 | 103 |
| Binary | 1110010 | 10011100 | 11100101 | 110010 | 100000 | 0 | 1010 | 11011010 | 1000101 | 1000011 |
Color Harmonies of #729CE5
Complementary color
Monochromatic Colors of #729CE5
Black with #729CE5
Text Example
Text Example
White with #729CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CE5; }
p { color: rgb(114,156,229); }
H1.HeaderClassName
{
color: #729CE5;
}
.AnyTagClassName
{
color: #729CE5;
}
</style>
background-color css
<style>
a { background-color: #729CE5; }
a { background-color: rgb(114,156,229); }
div.DivClassName
{
background-color: #729CE5;
}
.BgClassName
{
background-color: #729CE5;
}
</style>
border-color css
<style>
span { border-color: #729CE5; }
span { border-color: rgb(114,156,229); }
td.TdClassName
{
border-color: #729CE5;
}
.TagClassName
{
border-color: #729CE5;
}
</style>