Shades of Cornflower Blue #729BF0
Tints of Cornflower Blue #729BF0
RGB
CMYK
RGB Variations
Color information
#729BF0 (or 0x729BF0) is known color: Cornflower Blue. HEX triplet: 72, 9B and F0. RGB value is (114,155,240). Sum of RGB (Red+Green+Blue) = 114+155+240=509 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.40% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #729BF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729BF0 is #8D640F. Grayscale: #989898. Windows color (decimal): -9266192 or 15768434. OLE color: 15768434.
HSL color Cylindrical-coordinate representation of color #729BF0: hue angle of 220.48º 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 #729BF0 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 155 | 240 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.06 |
| HSL | 220.48º | 0.81% | 0.69% | - |
| HSV(B) | 220.48º | 0.53% | 0.94% | - |
| XYZ | 34.39 | 33.31 | 87.06 | - |
| YUV | 152.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 240 | 0.52 | 0.35 | 0 | 0.06 | 220.48 | 0.81 | 0.69 |
| Hex | 72 | 9B | F0 | 34 | 23 | 0 | 6 | DC | 51 | 45 |
| Octal | 162 | 233 | 360 | 64 | 43 | 0 | 6 | 334 | 121 | 105 |
| Binary | 1110010 | 10011011 | 11110000 | 110100 | 100011 | 0 | 110 | 11011100 | 1010001 | 1000101 |
Color Harmonies of #729BF0
Complementary color
Monochromatic Colors of #729BF0
Black with #729BF0
Text Example
Text Example
White with #729BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BF0; }
p { color: rgb(114,155,240); }
H1.HeaderClassName
{
color: #729BF0;
}
.AnyTagClassName
{
color: #729BF0;
}
</style>
background-color css
<style>
a { background-color: #729BF0; }
a { background-color: rgb(114,155,240); }
div.DivClassName
{
background-color: #729BF0;
}
.BgClassName
{
background-color: #729BF0;
}
</style>
border-color css
<style>
span { border-color: #729BF0; }
span { border-color: rgb(114,155,240); }
td.TdClassName
{
border-color: #729BF0;
}
.TagClassName
{
border-color: #729BF0;
}
</style>