Shades of Cornflower Blue #739DEC
Tints of Cornflower Blue #739DEC
RGB
CMYK
RGB Variations
Color information
#739DEC (or 0x739DEC) is known color: Cornflower Blue. HEX triplet: 73, 9D and EC. RGB value is (115,157,236). Sum of RGB (Red+Green+Blue) = 115+157+236=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #739DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739DEC is #8C6213. Grayscale: #999999. Windows color (decimal): -9200148 or 15506803. OLE color: 15506803.
HSL color Cylindrical-coordinate representation of color #739DEC: hue angle of 219.17º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #739DEC is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 157 | 236 | - |
| CMYK | 0.51 | 0.33 | 0 | 0.07 |
| HSL | 219.17º | 0.76% | 0.69% | - |
| HSV(B) | 219.17º | 0.51% | 0.93% | - |
| XYZ | 34.27 | 33.81 | 84.08 | - |
| YUV | 153.45 | 174.59 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 236 | 0.51 | 0.33 | 0 | 0.07 | 219.17 | 0.76 | 0.69 |
| Hex | 73 | 9D | EC | 33 | 21 | 0 | 7 | DB | 4C | 45 |
| Octal | 163 | 235 | 354 | 63 | 41 | 0 | 7 | 333 | 114 | 105 |
| Binary | 1110011 | 10011101 | 11101100 | 110011 | 100001 | 0 | 111 | 11011011 | 1001100 | 1000101 |
Color Harmonies of #739DEC
Complementary color
Monochromatic Colors of #739DEC
Black with #739DEC
Text Example
Text Example
White with #739DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DEC; }
p { color: rgb(115,157,236); }
H1.HeaderClassName
{
color: #739DEC;
}
.AnyTagClassName
{
color: #739DEC;
}
</style>
background-color css
<style>
a { background-color: #739DEC; }
a { background-color: rgb(115,157,236); }
div.DivClassName
{
background-color: #739DEC;
}
.BgClassName
{
background-color: #739DEC;
}
</style>
border-color css
<style>
span { border-color: #739DEC; }
span { border-color: rgb(115,157,236); }
td.TdClassName
{
border-color: #739DEC;
}
.TagClassName
{
border-color: #739DEC;
}
</style>