Shades of Cornflower Blue #729BEC
Tints of Cornflower Blue #729BEC
RGB
CMYK
RGB Variations
Color information
#729BEC (or 0x729BEC) is known color: Cornflower Blue. HEX triplet: 72, 9B and EC. RGB value is (114,155,236). Sum of RGB (Red+Green+Blue) = 114+155+236=505 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.57% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #729BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729BEC is #8D6413. Grayscale: #979797. Windows color (decimal): -9266196 or 15506290. OLE color: 15506290.
HSL color Cylindrical-coordinate representation of color #729BEC: hue angle of 219.84º 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 #729BEC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 155 | 236 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.07 |
| HSL | 219.84º | 0.76% | 0.69% | - |
| HSV(B) | 219.84º | 0.52% | 0.93% | - |
| XYZ | 33.8 | 33.08 | 83.96 | - |
| YUV | 151.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 236 | 0.52 | 0.34 | 0 | 0.07 | 219.84 | 0.76 | 0.69 |
| Hex | 72 | 9B | EC | 34 | 22 | 0 | 7 | DC | 4C | 45 |
| Octal | 162 | 233 | 354 | 64 | 42 | 0 | 7 | 334 | 114 | 105 |
| Binary | 1110010 | 10011011 | 11101100 | 110100 | 100010 | 0 | 111 | 11011100 | 1001100 | 1000101 |
Color Harmonies of #729BEC
Complementary color
Monochromatic Colors of #729BEC
Black with #729BEC
Text Example
Text Example
White with #729BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BEC; }
p { color: rgb(114,155,236); }
H1.HeaderClassName
{
color: #729BEC;
}
.AnyTagClassName
{
color: #729BEC;
}
</style>
background-color css
<style>
a { background-color: #729BEC; }
a { background-color: rgb(114,155,236); }
div.DivClassName
{
background-color: #729BEC;
}
.BgClassName
{
background-color: #729BEC;
}
</style>
border-color css
<style>
span { border-color: #729BEC; }
span { border-color: rgb(114,155,236); }
td.TdClassName
{
border-color: #729BEC;
}
.TagClassName
{
border-color: #729BEC;
}
</style>