Shades of Cornflower Blue #739EF1
Tints of Cornflower Blue #739EF1
RGB
CMYK
RGB Variations
Color information
#739EF1 (or 0x739EF1) is known color: Cornflower Blue. HEX triplet: 73, 9E and F1. RGB value is (115,158,241). Sum of RGB (Red+Green+Blue) = 115+158+241=514 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.37% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #739EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739EF1 is #8C610E. Grayscale: #9A9A9A. Windows color (decimal): -9199887 or 15834739. OLE color: 15834739.
HSL color Cylindrical-coordinate representation of color #739EF1: hue angle of 219.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #739EF1 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 158 | 241 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.05 |
| HSL | 219.52º | 0.82% | 0.7% | - |
| HSV(B) | 219.52º | 0.52% | 0.95% | - |
| XYZ | 35.17 | 34.45 | 88.01 | - |
| YUV | 154.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 241 | 0.52 | 0.34 | 0 | 0.05 | 219.52 | 0.82 | 0.7 |
| Hex | 73 | 9E | F1 | 34 | 22 | 0 | 5 | DC | 52 | 46 |
| Octal | 163 | 236 | 361 | 64 | 42 | 0 | 5 | 334 | 122 | 106 |
| Binary | 1110011 | 10011110 | 11110001 | 110100 | 100010 | 0 | 101 | 11011100 | 1010010 | 1000110 |
Color Harmonies of #739EF1
Complementary color
Monochromatic Colors of #739EF1
Black with #739EF1
Text Example
Text Example
White with #739EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EF1; }
p { color: rgb(115,158,241); }
H1.HeaderClassName
{
color: #739EF1;
}
.AnyTagClassName
{
color: #739EF1;
}
</style>
background-color css
<style>
a { background-color: #739EF1; }
a { background-color: rgb(115,158,241); }
div.DivClassName
{
background-color: #739EF1;
}
.BgClassName
{
background-color: #739EF1;
}
</style>
border-color css
<style>
span { border-color: #739EF1; }
span { border-color: rgb(115,158,241); }
td.TdClassName
{
border-color: #739EF1;
}
.TagClassName
{
border-color: #739EF1;
}
</style>