Shades of Cornflower Blue #729DEC
Tints of Cornflower Blue #729DEC
RGB
CMYK
RGB Variations
Color information
#729DEC (or 0x729DEC) is known color: Cornflower Blue. HEX triplet: 72, 9D and EC. RGB value is (114,157,236). Sum of RGB (Red+Green+Blue) = 114+157+236=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #729DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DEC is #8D6213. Grayscale: #989898. Windows color (decimal): -9265684 or 15506802. OLE color: 15506802.
HSL color Cylindrical-coordinate representation of color #729DEC: hue angle of 218.85º degrees, saturation: 0.76, 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 #729DEC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 157 | 236 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.07 |
| HSL | 218.85º | 0.76% | 0.69% | - |
| HSV(B) | 218.85º | 0.52% | 0.93% | - |
| XYZ | 34.14 | 33.75 | 84.07 | - |
| YUV | 153.15 | 174.75 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 236 | 0.52 | 0.33 | 0 | 0.07 | 218.85 | 0.76 | 0.69 |
| Hex | 72 | 9D | EC | 34 | 21 | 0 | 7 | DB | 4C | 45 |
| Octal | 162 | 235 | 354 | 64 | 41 | 0 | 7 | 333 | 114 | 105 |
| Binary | 1110010 | 10011101 | 11101100 | 110100 | 100001 | 0 | 111 | 11011011 | 1001100 | 1000101 |
Color Harmonies of #729DEC
Complementary color
Monochromatic Colors of #729DEC
Black with #729DEC
Text Example
Text Example
White with #729DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DEC; }
p { color: rgb(114,157,236); }
H1.HeaderClassName
{
color: #729DEC;
}
.AnyTagClassName
{
color: #729DEC;
}
</style>
background-color css
<style>
a { background-color: #729DEC; }
a { background-color: rgb(114,157,236); }
div.DivClassName
{
background-color: #729DEC;
}
.BgClassName
{
background-color: #729DEC;
}
</style>
border-color css
<style>
span { border-color: #729DEC; }
span { border-color: rgb(114,157,236); }
td.TdClassName
{
border-color: #729DEC;
}
.TagClassName
{
border-color: #729DEC;
}
</style>