Shades of Cornflower Blue #739EF2
Tints of Cornflower Blue #739EF2
RGB
CMYK
RGB Variations
Color information
#739EF2 (or 0x739EF2) is known color: Cornflower Blue. HEX triplet: 73, 9E and F2. RGB value is (115,158,242). Sum of RGB (Red+Green+Blue) = 115+158+242=515 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.33% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #739EF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739EF2 is #8C610D. Grayscale: #9A9A9A. Windows color (decimal): -9199886 or 15900275. OLE color: 15900275.
HSL color Cylindrical-coordinate representation of color #739EF2: hue angle of 219.69º degrees, saturation: 0.83, 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 #739EF2 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 158 | 242 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.05 |
| HSL | 219.69º | 0.83% | 0.7% | - |
| HSV(B) | 219.69º | 0.52% | 0.95% | - |
| XYZ | 35.32 | 34.51 | 88.8 | - |
| YUV | 154.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 158 | 242 | 0.52 | 0.35 | 0 | 0.05 | 219.69 | 0.83 | 0.7 |
| Hex | 73 | 9E | F2 | 34 | 23 | 0 | 5 | DC | 53 | 46 |
| Octal | 163 | 236 | 362 | 64 | 43 | 0 | 5 | 334 | 123 | 106 |
| Binary | 1110011 | 10011110 | 11110010 | 110100 | 100011 | 0 | 101 | 11011100 | 1010011 | 1000110 |
Color Harmonies of #739EF2
Complementary color
Monochromatic Colors of #739EF2
Black with #739EF2
Text Example
Text Example
White with #739EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739EF2; }
p { color: rgb(115,158,242); }
H1.HeaderClassName
{
color: #739EF2;
}
.AnyTagClassName
{
color: #739EF2;
}
</style>
background-color css
<style>
a { background-color: #739EF2; }
a { background-color: rgb(115,158,242); }
div.DivClassName
{
background-color: #739EF2;
}
.BgClassName
{
background-color: #739EF2;
}
</style>
border-color css
<style>
span { border-color: #739EF2; }
span { border-color: rgb(115,158,242); }
td.TdClassName
{
border-color: #739EF2;
}
.TagClassName
{
border-color: #739EF2;
}
</style>