Shades of Cornflower Blue #729FEA
Tints of Cornflower Blue #729FEA
RGB
CMYK
RGB Variations
Color information
#729FEA (or 0x729FEA) is known color: Cornflower Blue. HEX triplet: 72, 9F and EA. RGB value is (114,159,234). Sum of RGB (Red+Green+Blue) = 114+159+234=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 234 (91.80% from 255 or 46.15% from 507); Max value from RGB is 234 - color contains mainly: blue. Hex color #729FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729FEA is #8D6015. Grayscale: #999999. Windows color (decimal): -9265174 or 15376242. OLE color: 15376242.
HSL color Cylindrical-coordinate representation of color #729FEA: hue angle of 217.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #729FEA is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 114 | 159 | 234 | - |
| CMYK | 0.51 | 0.32 | 0 | 0.08 |
| HSL | 217.5º | 0.74% | 0.68% | - |
| HSV(B) | 217.5º | 0.51% | 0.92% | - |
| XYZ | 34.19 | 34.31 | 82.66 | - |
| YUV | 154.1 | 173.09 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 234 | 0.51 | 0.32 | 0 | 0.08 | 217.5 | 0.74 | 0.68 |
| Hex | 72 | 9F | EA | 33 | 20 | 0 | 8 | DA | 4A | 44 |
| Octal | 162 | 237 | 352 | 63 | 40 | 0 | 10 | 332 | 112 | 104 |
| Binary | 1110010 | 10011111 | 11101010 | 110011 | 100000 | 0 | 1000 | 11011010 | 1001010 | 1000100 |
Color Harmonies of #729FEA
Complementary color
Monochromatic Colors of #729FEA
Black with #729FEA
Text Example
Text Example
White with #729FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FEA; }
p { color: rgb(114,159,234); }
H1.HeaderClassName
{
color: #729FEA;
}
.AnyTagClassName
{
color: #729FEA;
}
</style>
background-color css
<style>
a { background-color: #729FEA; }
a { background-color: rgb(114,159,234); }
div.DivClassName
{
background-color: #729FEA;
}
.BgClassName
{
background-color: #729FEA;
}
</style>
border-color css
<style>
span { border-color: #729FEA; }
span { border-color: rgb(114,159,234); }
td.TdClassName
{
border-color: #729FEA;
}
.TagClassName
{
border-color: #729FEA;
}
</style>