Shades of Cornflower Blue #729DF0
Tints of Cornflower Blue #729DF0
RGB
CMYK
RGB Variations
Color information
#729DF0 (or 0x729DF0) is known color: Cornflower Blue. HEX triplet: 72, 9D and F0. RGB value is (114,157,240). Sum of RGB (Red+Green+Blue) = 114+157+240=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #729DF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DF0 is #8D620F. Grayscale: #999999. Windows color (decimal): -9265680 or 15768946. OLE color: 15768946.
HSL color Cylindrical-coordinate representation of color #729DF0: hue angle of 219.52º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #729DF0 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 157 | 240 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.06 |
| HSL | 219.52º | 0.81% | 0.69% | - |
| HSV(B) | 219.52º | 0.53% | 0.94% | - |
| XYZ | 34.72 | 33.98 | 87.17 | - |
| YUV | 153.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 240 | 0.52 | 0.35 | 0 | 0.06 | 219.52 | 0.81 | 0.69 |
| Hex | 72 | 9D | F0 | 34 | 23 | 0 | 6 | DC | 51 | 45 |
| Octal | 162 | 235 | 360 | 64 | 43 | 0 | 6 | 334 | 121 | 105 |
| Binary | 1110010 | 10011101 | 11110000 | 110100 | 100011 | 0 | 110 | 11011100 | 1010001 | 1000101 |
Color Harmonies of #729DF0
Complementary color
Monochromatic Colors of #729DF0
Black with #729DF0
Text Example
Text Example
White with #729DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DF0; }
p { color: rgb(114,157,240); }
H1.HeaderClassName
{
color: #729DF0;
}
.AnyTagClassName
{
color: #729DF0;
}
</style>
background-color css
<style>
a { background-color: #729DF0; }
a { background-color: rgb(114,157,240); }
div.DivClassName
{
background-color: #729DF0;
}
.BgClassName
{
background-color: #729DF0;
}
</style>
border-color css
<style>
span { border-color: #729DF0; }
span { border-color: rgb(114,157,240); }
td.TdClassName
{
border-color: #729DF0;
}
.TagClassName
{
border-color: #729DF0;
}
</style>