Shades of Cornflower Blue #729BE6
Tints of Cornflower Blue #729BE6
RGB
CMYK
RGB Variations
Color information
#729BE6 (or 0x729BE6) is known color: Cornflower Blue. HEX triplet: 72, 9B and E6. RGB value is (114,155,230). Sum of RGB (Red+Green+Blue) = 114+155+230=499 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.85% from 499); Green value is 155 (60.94% from 255 or 31.06% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #729BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729BE6 is #8D6419. Grayscale: #969696. Windows color (decimal): -9266202 or 15113074. OLE color: 15113074.
HSL color Cylindrical-coordinate representation of color #729BE6: hue angle of 218.79º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #729BE6 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 114 | 155 | 230 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.10 |
| HSL | 218.79º | 0.7% | 0.67% | - |
| HSV(B) | 218.79º | 0.5% | 0.9% | - |
| XYZ | 32.94 | 32.73 | 79.44 | - |
| YUV | 151.29 | 172.42 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 230 | 0.50 | 0.33 | 0 | 0.10 | 218.79 | 0.7 | 0.67 |
| Hex | 72 | 9B | E6 | 32 | 21 | 0 | A | DB | 46 | 43 |
| Octal | 162 | 233 | 346 | 62 | 41 | 0 | 12 | 333 | 106 | 103 |
| Binary | 1110010 | 10011011 | 11100110 | 110010 | 100001 | 0 | 1010 | 11011011 | 1000110 | 1000011 |
Color Harmonies of #729BE6
Complementary color
Monochromatic Colors of #729BE6
Black with #729BE6
Text Example
Text Example
White with #729BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BE6; }
p { color: rgb(114,155,230); }
H1.HeaderClassName
{
color: #729BE6;
}
.AnyTagClassName
{
color: #729BE6;
}
</style>
background-color css
<style>
a { background-color: #729BE6; }
a { background-color: rgb(114,155,230); }
div.DivClassName
{
background-color: #729BE6;
}
.BgClassName
{
background-color: #729BE6;
}
</style>
border-color css
<style>
span { border-color: #729BE6; }
span { border-color: rgb(114,155,230); }
td.TdClassName
{
border-color: #729BE6;
}
.TagClassName
{
border-color: #729BE6;
}
</style>