Shades of Cornflower Blue #739DF0
Tints of Cornflower Blue #739DF0
RGB
CMYK
RGB Variations
Color information
#739DF0 (or 0x739DF0) is known color: Cornflower Blue. HEX triplet: 73, 9D and F0. RGB value is (115,157,240). Sum of RGB (Red+Green+Blue) = 115+157+240=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 240 (94.14% from 255 or 46.88% from 512); Max value from RGB is 240 - color contains mainly: blue. Hex color #739DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #739DF0 is #8C620F. Grayscale: #999999. Windows color (decimal): -9200144 or 15768947. OLE color: 15768947.
HSL color Cylindrical-coordinate representation of color #739DF0: hue angle of 219.84º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #739DF0 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 157 | 240 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.06 |
| HSL | 219.84º | 0.81% | 0.7% | - |
| HSV(B) | 219.84º | 0.52% | 0.94% | - |
| XYZ | 34.86 | 34.05 | 87.17 | - |
| YUV | 153.9 | 176.59 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 157 | 240 | 0.52 | 0.35 | 0 | 0.06 | 219.84 | 0.81 | 0.7 |
| Hex | 73 | 9D | F0 | 34 | 23 | 0 | 6 | DC | 51 | 46 |
| Octal | 163 | 235 | 360 | 64 | 43 | 0 | 6 | 334 | 121 | 106 |
| Binary | 1110011 | 10011101 | 11110000 | 110100 | 100011 | 0 | 110 | 11011100 | 1010001 | 1000110 |
Color Harmonies of #739DF0
Complementary color
Monochromatic Colors of #739DF0
Black with #739DF0
Text Example
Text Example
White with #739DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739DF0; }
p { color: rgb(115,157,240); }
H1.HeaderClassName
{
color: #739DF0;
}
.AnyTagClassName
{
color: #739DF0;
}
</style>
background-color css
<style>
a { background-color: #739DF0; }
a { background-color: rgb(115,157,240); }
div.DivClassName
{
background-color: #739DF0;
}
.BgClassName
{
background-color: #739DF0;
}
</style>
border-color css
<style>
span { border-color: #739DF0; }
span { border-color: rgb(115,157,240); }
td.TdClassName
{
border-color: #739DF0;
}
.TagClassName
{
border-color: #739DF0;
}
</style>