Shades of Cornflower Blue #738CF4
Tints of Cornflower Blue #738CF4
RGB
CMYK
RGB Variations
Color information
#738CF4 (or 0x738CF4) is known color: Cornflower Blue. HEX triplet: 73, 8C and F4. RGB value is (115,140,244). Sum of RGB (Red+Green+Blue) = 115+140+244=499 (66% of max value = 765). Red value is 115 (45.31% from 255 or 23.05% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 244 (95.70% from 255 or 48.90% from 499); Max value from RGB is 244 - color contains mainly: blue. Hex color #738CF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #738CF4 is #8C730B. Grayscale: #8F8F8F. Windows color (decimal): -9204492 or 16026739. OLE color: 16026739.
HSL color Cylindrical-coordinate representation of color #738CF4: hue angle of 228.37º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #738CF4 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 140 | 244 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.04 |
| HSL | 228.37º | 0.85% | 0.7% | - |
| HSV(B) | 228.37º | 0.53% | 0.96% | - |
| XYZ | 32.78 | 28.93 | 89.44 | - |
| YUV | 144.38 | 184.22 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 140 | 244 | 0.53 | 0.43 | 0 | 0.04 | 228.37 | 0.85 | 0.7 |
| Hex | 73 | 8C | F4 | 35 | 2B | 0 | 4 | E4 | 55 | 46 |
| Octal | 163 | 214 | 364 | 65 | 53 | 0 | 4 | 344 | 125 | 106 |
| Binary | 1110011 | 10001100 | 11110100 | 110101 | 101011 | 0 | 100 | 11100100 | 1010101 | 1000110 |
Color Harmonies of #738CF4
Complementary color
Monochromatic Colors of #738CF4
Black with #738CF4
Text Example
Text Example
White with #738CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738CF4; }
p { color: rgb(115,140,244); }
H1.HeaderClassName
{
color: #738CF4;
}
.AnyTagClassName
{
color: #738CF4;
}
</style>
background-color css
<style>
a { background-color: #738CF4; }
a { background-color: rgb(115,140,244); }
div.DivClassName
{
background-color: #738CF4;
}
.BgClassName
{
background-color: #738CF4;
}
</style>
border-color css
<style>
span { border-color: #738CF4; }
span { border-color: rgb(115,140,244); }
td.TdClassName
{
border-color: #738CF4;
}
.TagClassName
{
border-color: #738CF4;
}
</style>