Shades of Cornflower Blue #728FED
Tints of Cornflower Blue #728FED
RGB
CMYK
RGB Variations
Color information
#728FED (or 0x728FED) is known color: Cornflower Blue. HEX triplet: 72, 8F and ED. RGB value is (114,143,237). Sum of RGB (Red+Green+Blue) = 114+143+237=494 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.08% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #728FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728FED is #8D7012. Grayscale: #909090. Windows color (decimal): -9269267 or 15568754. OLE color: 15568754.
HSL color Cylindrical-coordinate representation of color #728FED: hue angle of 225.85º 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 #728FED is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 143 | 237 | - |
| CMYK | 0.52 | 0.40 | 0 | 0.07 |
| HSL | 225.85º | 0.77% | 0.69% | - |
| HSV(B) | 225.85º | 0.52% | 0.93% | - |
| XYZ | 32.05 | 29.34 | 84.09 | - |
| YUV | 145.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 237 | 0.52 | 0.40 | 0 | 0.07 | 225.85 | 0.77 | 0.69 |
| Hex | 72 | 8F | ED | 34 | 28 | 0 | 7 | E2 | 4D | 45 |
| Octal | 162 | 217 | 355 | 64 | 50 | 0 | 7 | 342 | 115 | 105 |
| Binary | 1110010 | 10001111 | 11101101 | 110100 | 101000 | 0 | 111 | 11100010 | 1001101 | 1000101 |
Color Harmonies of #728FED
Complementary color
Monochromatic Colors of #728FED
Black with #728FED
Text Example
Text Example
White with #728FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728FED; }
p { color: rgb(114,143,237); }
H1.HeaderClassName
{
color: #728FED;
}
.AnyTagClassName
{
color: #728FED;
}
</style>
background-color css
<style>
a { background-color: #728FED; }
a { background-color: rgb(114,143,237); }
div.DivClassName
{
background-color: #728FED;
}
.BgClassName
{
background-color: #728FED;
}
</style>
border-color css
<style>
span { border-color: #728FED; }
span { border-color: rgb(114,143,237); }
td.TdClassName
{
border-color: #728FED;
}
.TagClassName
{
border-color: #728FED;
}
</style>