Shades of Cornflower Blue #738EF3
Tints of Cornflower Blue #738EF3
RGB
CMYK
RGB Variations
Color information
#738EF3 (or 0x738EF3) is known color: Cornflower Blue. HEX triplet: 73, 8E and F3. RGB value is (115,142,243). Sum of RGB (Red+Green+Blue) = 115+142+243=500 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #738EF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738EF3 is #8C710C. Grayscale: #919191. Windows color (decimal): -9203981 or 15961715. OLE color: 15961715.
HSL color Cylindrical-coordinate representation of color #738EF3: hue angle of 227.34º 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 #738EF3 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 142 | 243 | - |
| CMYK | 0.53 | 0.42 | 0 | 0.05 |
| HSL | 227.34º | 0.84% | 0.7% | - |
| HSV(B) | 227.34º | 0.53% | 0.95% | - |
| XYZ | 32.92 | 29.46 | 88.75 | - |
| YUV | 145.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 142 | 243 | 0.53 | 0.42 | 0 | 0.05 | 227.34 | 0.84 | 0.7 |
| Hex | 73 | 8E | F3 | 35 | 2A | 0 | 5 | E3 | 54 | 46 |
| Octal | 163 | 216 | 363 | 65 | 52 | 0 | 5 | 343 | 124 | 106 |
| Binary | 1110011 | 10001110 | 11110011 | 110101 | 101010 | 0 | 101 | 11100011 | 1010100 | 1000110 |
Color Harmonies of #738EF3
Complementary color
Monochromatic Colors of #738EF3
Black with #738EF3
Text Example
Text Example
White with #738EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738EF3; }
p { color: rgb(115,142,243); }
H1.HeaderClassName
{
color: #738EF3;
}
.AnyTagClassName
{
color: #738EF3;
}
</style>
background-color css
<style>
a { background-color: #738EF3; }
a { background-color: rgb(115,142,243); }
div.DivClassName
{
background-color: #738EF3;
}
.BgClassName
{
background-color: #738EF3;
}
</style>
border-color css
<style>
span { border-color: #738EF3; }
span { border-color: rgb(115,142,243); }
td.TdClassName
{
border-color: #738EF3;
}
.TagClassName
{
border-color: #738EF3;
}
</style>