Shades of Cornflower Blue #729BED
Tints of Cornflower Blue #729BED
RGB
CMYK
RGB Variations
Color information
#729BED (or 0x729BED) is known color: Cornflower Blue. HEX triplet: 72, 9B and ED. RGB value is (114,155,237). Sum of RGB (Red+Green+Blue) = 114+155+237=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #729BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729BED is #8D6412. Grayscale: #979797. Windows color (decimal): -9266195 or 15571826. OLE color: 15571826.
HSL color Cylindrical-coordinate representation of color #729BED: hue angle of 220º degrees, saturation: 0.77, 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 #729BED is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 155 | 237 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.07 |
| HSL | 220º | 0.77% | 0.69% | - |
| HSV(B) | 220º | 0.52% | 0.93% | - |
| XYZ | 33.95 | 33.13 | 84.73 | - |
| YUV | 152.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 237 | 0.52 | 0.35 | 0 | 0.07 | 220 | 0.77 | 0.69 |
| Hex | 72 | 9B | ED | 34 | 23 | 0 | 7 | DC | 4D | 45 |
| Octal | 162 | 233 | 355 | 64 | 43 | 0 | 7 | 334 | 115 | 105 |
| Binary | 1110010 | 10011011 | 11101101 | 110100 | 100011 | 0 | 111 | 11011100 | 1001101 | 1000101 |
Color Harmonies of #729BED
Complementary color
Monochromatic Colors of #729BED
Black with #729BED
Text Example
Text Example
White with #729BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729BED; }
p { color: rgb(114,155,237); }
H1.HeaderClassName
{
color: #729BED;
}
.AnyTagClassName
{
color: #729BED;
}
</style>
background-color css
<style>
a { background-color: #729BED; }
a { background-color: rgb(114,155,237); }
div.DivClassName
{
background-color: #729BED;
}
.BgClassName
{
background-color: #729BED;
}
</style>
border-color css
<style>
span { border-color: #729BED; }
span { border-color: rgb(114,155,237); }
td.TdClassName
{
border-color: #729BED;
}
.TagClassName
{
border-color: #729BED;
}
</style>