Shades of Cornflower Blue #738CEC
Tints of Cornflower Blue #738CEC
RGB
CMYK
RGB Variations
Color information
#738CEC (or 0x738CEC) is known color: Cornflower Blue. HEX triplet: 73, 8C and EC. RGB value is (115,140,236). Sum of RGB (Red+Green+Blue) = 115+140+236=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #738CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738CEC is #8C7313. Grayscale: #8F8F8F. Windows color (decimal): -9204500 or 15502451. OLE color: 15502451.
HSL color Cylindrical-coordinate representation of color #738CEC: hue angle of 227.6º 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 #738CEC is Cyan = 0.51, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 140 | 236 | - |
| CMYK | 0.51 | 0.41 | 0 | 0.07 |
| HSL | 227.6º | 0.76% | 0.69% | - |
| HSV(B) | 227.6º | 0.51% | 0.93% | - |
| XYZ | 31.59 | 28.46 | 83.18 | - |
| YUV | 143.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 236 | 0.51 | 0.41 | 0 | 0.07 | 227.6 | 0.76 | 0.69 |
| Hex | 73 | 8C | EC | 33 | 29 | 0 | 7 | E4 | 4C | 45 |
| Octal | 163 | 214 | 354 | 63 | 51 | 0 | 7 | 344 | 114 | 105 |
| Binary | 1110011 | 10001100 | 11101100 | 110011 | 101001 | 0 | 111 | 11100100 | 1001100 | 1000101 |
Color Harmonies of #738CEC
Complementary color
Monochromatic Colors of #738CEC
Black with #738CEC
Text Example
Text Example
White with #738CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CEC; }
p { color: rgb(115,140,236); }
H1.HeaderClassName
{
color: #738CEC;
}
.AnyTagClassName
{
color: #738CEC;
}
</style>
background-color css
<style>
a { background-color: #738CEC; }
a { background-color: rgb(115,140,236); }
div.DivClassName
{
background-color: #738CEC;
}
.BgClassName
{
background-color: #738CEC;
}
</style>
border-color css
<style>
span { border-color: #738CEC; }
span { border-color: rgb(115,140,236); }
td.TdClassName
{
border-color: #738CEC;
}
.TagClassName
{
border-color: #738CEC;
}
</style>