Shades of Cornflower Blue #729FEF
Tints of Cornflower Blue #729FEF
RGB
CMYK
RGB Variations
Color information
#729FEF (or 0x729FEF) is known color: Cornflower Blue. HEX triplet: 72, 9F and EF. RGB value is (114,159,239). Sum of RGB (Red+Green+Blue) = 114+159+239=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 239 - color contains mainly: blue. Hex color #729FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729FEF is #8D6010. Grayscale: #9A9A9A. Windows color (decimal): -9265169 or 15703922. OLE color: 15703922.
HSL color Cylindrical-coordinate representation of color #729FEF: hue angle of 218.4º degrees, saturation: 0.8, 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 #729FEF is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 159 | 239 | - |
| CMYK | 0.52 | 0.33 | 0 | 0.06 |
| HSL | 218.4º | 0.8% | 0.69% | - |
| HSV(B) | 218.4º | 0.52% | 0.94% | - |
| XYZ | 34.92 | 34.61 | 86.5 | - |
| YUV | 154.67 | 175.59 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 239 | 0.52 | 0.33 | 0 | 0.06 | 218.4 | 0.8 | 0.69 |
| Hex | 72 | 9F | EF | 34 | 21 | 0 | 6 | DA | 50 | 45 |
| Octal | 162 | 237 | 357 | 64 | 41 | 0 | 6 | 332 | 120 | 105 |
| Binary | 1110010 | 10011111 | 11101111 | 110100 | 100001 | 0 | 110 | 11011010 | 1010000 | 1000101 |
Color Harmonies of #729FEF
Complementary color
Monochromatic Colors of #729FEF
Black with #729FEF
Text Example
Text Example
White with #729FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FEF; }
p { color: rgb(114,159,239); }
H1.HeaderClassName
{
color: #729FEF;
}
.AnyTagClassName
{
color: #729FEF;
}
</style>
background-color css
<style>
a { background-color: #729FEF; }
a { background-color: rgb(114,159,239); }
div.DivClassName
{
background-color: #729FEF;
}
.BgClassName
{
background-color: #729FEF;
}
</style>
border-color css
<style>
span { border-color: #729FEF; }
span { border-color: rgb(114,159,239); }
td.TdClassName
{
border-color: #729FEF;
}
.TagClassName
{
border-color: #729FEF;
}
</style>