Shades of Cornflower Blue #738CF3
Tints of Cornflower Blue #738CF3
RGB
CMYK
RGB Variations
Color information
#738CF3 (or 0x738CF3) is known color: Cornflower Blue. HEX triplet: 73, 8C and F3. RGB value is (115,140,243). Sum of RGB (Red+Green+Blue) = 115+140+243=498 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.09% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 243 (95.31% from 255 or 48.80% from 498); Max value from RGB is 243 - color contains mainly: blue. Hex color #738CF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738CF3 is #8C730C. Grayscale: #8F8F8F. Windows color (decimal): -9204493 or 15961203. OLE color: 15961203.
HSL color Cylindrical-coordinate representation of color #738CF3: hue angle of 228.28º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #738CF3 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 140 | 243 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.05 |
| HSL | 228.28º | 0.84% | 0.7% | - |
| HSV(B) | 228.28º | 0.53% | 0.95% | - |
| XYZ | 32.63 | 28.87 | 88.65 | - |
| YUV | 144.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 243 | 0.53 | 0.42 | 0 | 0.05 | 228.28 | 0.84 | 0.7 |
| Hex | 73 | 8C | F3 | 35 | 2A | 0 | 5 | E4 | 54 | 46 |
| Octal | 163 | 214 | 363 | 65 | 52 | 0 | 5 | 344 | 124 | 106 |
| Binary | 1110011 | 10001100 | 11110011 | 110101 | 101010 | 0 | 101 | 11100100 | 1010100 | 1000110 |
Color Harmonies of #738CF3
Complementary color
Monochromatic Colors of #738CF3
Black with #738CF3
Text Example
Text Example
White with #738CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CF3; }
p { color: rgb(115,140,243); }
H1.HeaderClassName
{
color: #738CF3;
}
.AnyTagClassName
{
color: #738CF3;
}
</style>
background-color css
<style>
a { background-color: #738CF3; }
a { background-color: rgb(115,140,243); }
div.DivClassName
{
background-color: #738CF3;
}
.BgClassName
{
background-color: #738CF3;
}
</style>
border-color css
<style>
span { border-color: #738CF3; }
span { border-color: rgb(115,140,243); }
td.TdClassName
{
border-color: #738CF3;
}
.TagClassName
{
border-color: #738CF3;
}
</style>