Shades of Cornflower Blue #729AED
Tints of Cornflower Blue #729AED
RGB
CMYK
RGB Variations
Color information
#729AED (or 0x729AED) is known color: Cornflower Blue. HEX triplet: 72, 9A and ED. RGB value is (114,154,237). Sum of RGB (Red+Green+Blue) = 114+154+237=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #729AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729AED is #8D6512. Grayscale: #979797. Windows color (decimal): -9266451 or 15571570. OLE color: 15571570.
HSL color Cylindrical-coordinate representation of color #729AED: hue angle of 220.49º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #729AED is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 154 | 237 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.07 |
| HSL | 220.49º | 0.77% | 0.69% | - |
| HSV(B) | 220.49º | 0.52% | 0.93% | - |
| XYZ | 33.78 | 32.8 | 84.67 | - |
| YUV | 151.5 | 176.25 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 237 | 0.52 | 0.35 | 0 | 0.07 | 220.49 | 0.77 | 0.69 |
| Hex | 72 | 9A | ED | 34 | 23 | 0 | 7 | DC | 4D | 45 |
| Octal | 162 | 232 | 355 | 64 | 43 | 0 | 7 | 334 | 115 | 105 |
| Binary | 1110010 | 10011010 | 11101101 | 110100 | 100011 | 0 | 111 | 11011100 | 1001101 | 1000101 |
Color Harmonies of #729AED
Complementary color
Monochromatic Colors of #729AED
Black with #729AED
Text Example
Text Example
White with #729AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AED; }
p { color: rgb(114,154,237); }
H1.HeaderClassName
{
color: #729AED;
}
.AnyTagClassName
{
color: #729AED;
}
</style>
background-color css
<style>
a { background-color: #729AED; }
a { background-color: rgb(114,154,237); }
div.DivClassName
{
background-color: #729AED;
}
.BgClassName
{
background-color: #729AED;
}
</style>
border-color css
<style>
span { border-color: #729AED; }
span { border-color: rgb(114,154,237); }
td.TdClassName
{
border-color: #729AED;
}
.TagClassName
{
border-color: #729AED;
}
</style>