Shades of Cornflower Blue #738DEC
Tints of Cornflower Blue #738DEC
RGB
CMYK
RGB Variations
Color information
#738DEC (or 0x738DEC) is known color: Cornflower Blue. HEX triplet: 73, 8D and EC. RGB value is (115,141,236). Sum of RGB (Red+Green+Blue) = 115+141+236=492 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.37% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #738DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738DEC is #8C7213. Grayscale: #8F8F8F. Windows color (decimal): -9204244 or 15502707. OLE color: 15502707.
HSL color Cylindrical-coordinate representation of color #738DEC: hue angle of 227.11º 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 #738DEC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 141 | 236 | - |
| CMYK | 0.51 | 0.40 | 0 | 0.07 |
| HSL | 227.11º | 0.76% | 0.69% | - |
| HSV(B) | 227.11º | 0.51% | 0.93% | - |
| XYZ | 31.74 | 28.75 | 83.23 | - |
| YUV | 144.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 236 | 0.51 | 0.40 | 0 | 0.07 | 227.11 | 0.76 | 0.69 |
| Hex | 73 | 8D | EC | 33 | 28 | 0 | 7 | E3 | 4C | 45 |
| Octal | 163 | 215 | 354 | 63 | 50 | 0 | 7 | 343 | 114 | 105 |
| Binary | 1110011 | 10001101 | 11101100 | 110011 | 101000 | 0 | 111 | 11100011 | 1001100 | 1000101 |
Color Harmonies of #738DEC
Complementary color
Monochromatic Colors of #738DEC
Black with #738DEC
Text Example
Text Example
White with #738DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738DEC; }
p { color: rgb(115,141,236); }
H1.HeaderClassName
{
color: #738DEC;
}
.AnyTagClassName
{
color: #738DEC;
}
</style>
background-color css
<style>
a { background-color: #738DEC; }
a { background-color: rgb(115,141,236); }
div.DivClassName
{
background-color: #738DEC;
}
.BgClassName
{
background-color: #738DEC;
}
</style>
border-color css
<style>
span { border-color: #738DEC; }
span { border-color: rgb(115,141,236); }
td.TdClassName
{
border-color: #738DEC;
}
.TagClassName
{
border-color: #738DEC;
}
</style>