Shades of Cornflower Blue #729AF3
Tints of Cornflower Blue #729AF3
RGB
CMYK
RGB Variations
Color information
#729AF3 (or 0x729AF3) is known color: Cornflower Blue. HEX triplet: 72, 9A and F3. RGB value is (114,154,243). Sum of RGB (Red+Green+Blue) = 114+154+243=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 243 (95.31% from 255 or 47.55% from 511); Max value from RGB is 243 - color contains mainly: blue. Hex color #729AF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729AF3 is #8D650C. Grayscale: #979797. Windows color (decimal): -9266445 or 15964786. OLE color: 15964786.
HSL color Cylindrical-coordinate representation of color #729AF3: hue angle of 221.4º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #729AF3 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 154 | 243 | - |
| CMYK | 0.53 | 0.37 | 0 | 0.05 |
| HSL | 221.4º | 0.84% | 0.7% | - |
| HSV(B) | 221.4º | 0.53% | 0.95% | - |
| XYZ | 34.67 | 33.16 | 89.37 | - |
| YUV | 152.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 243 | 0.53 | 0.37 | 0 | 0.05 | 221.4 | 0.84 | 0.7 |
| Hex | 72 | 9A | F3 | 35 | 25 | 0 | 5 | DD | 54 | 46 |
| Octal | 162 | 232 | 363 | 65 | 45 | 0 | 5 | 335 | 124 | 106 |
| Binary | 1110010 | 10011010 | 11110011 | 110101 | 100101 | 0 | 101 | 11011101 | 1010100 | 1000110 |
Color Harmonies of #729AF3
Complementary color
Monochromatic Colors of #729AF3
Black with #729AF3
Text Example
Text Example
White with #729AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729AF3; }
p { color: rgb(114,154,243); }
H1.HeaderClassName
{
color: #729AF3;
}
.AnyTagClassName
{
color: #729AF3;
}
</style>
background-color css
<style>
a { background-color: #729AF3; }
a { background-color: rgb(114,154,243); }
div.DivClassName
{
background-color: #729AF3;
}
.BgClassName
{
background-color: #729AF3;
}
</style>
border-color css
<style>
span { border-color: #729AF3; }
span { border-color: rgb(114,154,243); }
td.TdClassName
{
border-color: #729AF3;
}
.TagClassName
{
border-color: #729AF3;
}
</style>