Shades of Cornflower Blue #729CEE
Tints of Cornflower Blue #729CEE
RGB
CMYK
RGB Variations
Color information
#729CEE (or 0x729CEE) is known color: Cornflower Blue. HEX triplet: 72, 9C and EE. RGB value is (114,156,238). Sum of RGB (Red+Green+Blue) = 114+156+238=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #729CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CEE is #8D6311. Grayscale: #989898. Windows color (decimal): -9265938 or 15637618. OLE color: 15637618.
HSL color Cylindrical-coordinate representation of color #729CEE: hue angle of 219.68º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #729CEE is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 156 | 238 | - |
| CMYK | 0.52 | 0.34 | 0 | 0.07 |
| HSL | 219.68º | 0.78% | 0.69% | - |
| HSV(B) | 219.68º | 0.52% | 0.93% | - |
| XYZ | 34.26 | 33.53 | 85.55 | - |
| YUV | 152.79 | 176.09 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 156 | 238 | 0.52 | 0.34 | 0 | 0.07 | 219.68 | 0.78 | 0.69 |
| Hex | 72 | 9C | EE | 34 | 22 | 0 | 7 | DC | 4E | 45 |
| Octal | 162 | 234 | 356 | 64 | 42 | 0 | 7 | 334 | 116 | 105 |
| Binary | 1110010 | 10011100 | 11101110 | 110100 | 100010 | 0 | 111 | 11011100 | 1001110 | 1000101 |
Color Harmonies of #729CEE
Complementary color
Monochromatic Colors of #729CEE
Black with #729CEE
Text Example
Text Example
White with #729CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729CEE; }
p { color: rgb(114,156,238); }
H1.HeaderClassName
{
color: #729CEE;
}
.AnyTagClassName
{
color: #729CEE;
}
</style>
background-color css
<style>
a { background-color: #729CEE; }
a { background-color: rgb(114,156,238); }
div.DivClassName
{
background-color: #729CEE;
}
.BgClassName
{
background-color: #729CEE;
}
</style>
border-color css
<style>
span { border-color: #729CEE; }
span { border-color: rgb(114,156,238); }
td.TdClassName
{
border-color: #729CEE;
}
.TagClassName
{
border-color: #729CEE;
}
</style>