Shades of Cornflower Blue #738CE2
Tints of Cornflower Blue #738CE2
RGB
CMYK
RGB Variations
Color information
#738CE2 (or 0x738CE2) is known color: Cornflower Blue. HEX triplet: 73, 8C and E2. RGB value is (115,140,226). Sum of RGB (Red+Green+Blue) = 115+140+226=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 226 (88.67% from 255 or 46.99% from 481); Max value from RGB is 226 - color contains mainly: blue. Hex color #738CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CE2 is #8C731D. Grayscale: #8D8D8D. Windows color (decimal): -9204510 or 14847091. OLE color: 14847091.
HSL color Cylindrical-coordinate representation of color #738CE2: hue angle of 226.49º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #738CE2 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 115 | 140 | 226 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.11 |
| HSL | 226.49º | 0.66% | 0.67% | - |
| HSV(B) | 226.49º | 0.49% | 0.89% | - |
| XYZ | 30.18 | 27.89 | 75.74 | - |
| YUV | 142.33 | 175.22 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 226 | 0.49 | 0.38 | 0 | 0.11 | 226.49 | 0.66 | 0.67 |
| Hex | 73 | 8C | E2 | 31 | 26 | 0 | B | E2 | 42 | 43 |
| Octal | 163 | 214 | 342 | 61 | 46 | 0 | 13 | 342 | 102 | 103 |
| Binary | 1110011 | 10001100 | 11100010 | 110001 | 100110 | 0 | 1011 | 11100010 | 1000010 | 1000011 |
Color Harmonies of #738CE2
Complementary color
Monochromatic Colors of #738CE2
Black with #738CE2
Text Example
Text Example
White with #738CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CE2; }
p { color: rgb(115,140,226); }
H1.HeaderClassName
{
color: #738CE2;
}
.AnyTagClassName
{
color: #738CE2;
}
</style>
background-color css
<style>
a { background-color: #738CE2; }
a { background-color: rgb(115,140,226); }
div.DivClassName
{
background-color: #738CE2;
}
.BgClassName
{
background-color: #738CE2;
}
</style>
border-color css
<style>
span { border-color: #738CE2; }
span { border-color: rgb(115,140,226); }
td.TdClassName
{
border-color: #738CE2;
}
.TagClassName
{
border-color: #738CE2;
}
</style>