Shades of Cornflower Blue #729DF1
Tints of Cornflower Blue #729DF1
RGB
CMYK
RGB Variations
Color information
#729DF1 (or 0x729DF1) is known color: Cornflower Blue. HEX triplet: 72, 9D and F1. RGB value is (114,157,241). Sum of RGB (Red+Green+Blue) = 114+157+241=512 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.27% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #729DF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DF1 is #8D620E. Grayscale: #999999. Windows color (decimal): -9265679 or 15834482. OLE color: 15834482.
HSL color Cylindrical-coordinate representation of color #729DF1: hue angle of 219.69º degrees, saturation: 0.82, 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 #729DF1 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 114 | 157 | 241 | - |
| CMYK | 0.53 | 0.35 | 0 | 0.05 |
| HSL | 219.69º | 0.82% | 0.7% | - |
| HSV(B) | 219.69º | 0.53% | 0.95% | - |
| XYZ | 34.87 | 34.04 | 87.95 | - |
| YUV | 153.72 | 177.25 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 157 | 241 | 0.53 | 0.35 | 0 | 0.05 | 219.69 | 0.82 | 0.7 |
| Hex | 72 | 9D | F1 | 35 | 23 | 0 | 5 | DC | 52 | 46 |
| Octal | 162 | 235 | 361 | 65 | 43 | 0 | 5 | 334 | 122 | 106 |
| Binary | 1110010 | 10011101 | 11110001 | 110101 | 100011 | 0 | 101 | 11011100 | 1010010 | 1000110 |
Color Harmonies of #729DF1
Complementary color
Monochromatic Colors of #729DF1
Black with #729DF1
Text Example
Text Example
White with #729DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729DF1; }
p { color: rgb(114,157,241); }
H1.HeaderClassName
{
color: #729DF1;
}
.AnyTagClassName
{
color: #729DF1;
}
</style>
background-color css
<style>
a { background-color: #729DF1; }
a { background-color: rgb(114,157,241); }
div.DivClassName
{
background-color: #729DF1;
}
.BgClassName
{
background-color: #729DF1;
}
</style>
border-color css
<style>
span { border-color: #729DF1; }
span { border-color: rgb(114,157,241); }
td.TdClassName
{
border-color: #729DF1;
}
.TagClassName
{
border-color: #729DF1;
}
</style>