Shades of Cornflower Blue #728CEF
Tints of Cornflower Blue #728CEF
RGB
CMYK
RGB Variations
Color information
#728CEF (or 0x728CEF) is known color: Cornflower Blue. HEX triplet: 72, 8C and EF. RGB value is (114,140,239). Sum of RGB (Red+Green+Blue) = 114+140+239=493 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.12% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #728CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CEF is #8D7310. Grayscale: #8F8F8F. Windows color (decimal): -9270033 or 15699058. OLE color: 15699058.
HSL color Cylindrical-coordinate representation of color #728CEF: hue angle of 227.52º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #728CEF is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 140 | 239 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.06 |
| HSL | 227.52º | 0.8% | 0.69% | - |
| HSV(B) | 227.52º | 0.52% | 0.94% | - |
| XYZ | 31.9 | 28.57 | 85.49 | - |
| YUV | 143.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 239 | 0.52 | 0.41 | 0 | 0.06 | 227.52 | 0.8 | 0.69 |
| Hex | 72 | 8C | EF | 34 | 29 | 0 | 6 | E4 | 50 | 45 |
| Octal | 162 | 214 | 357 | 64 | 51 | 0 | 6 | 344 | 120 | 105 |
| Binary | 1110010 | 10001100 | 11101111 | 110100 | 101001 | 0 | 110 | 11100100 | 1010000 | 1000101 |
Color Harmonies of #728CEF
Complementary color
Monochromatic Colors of #728CEF
Black with #728CEF
Text Example
Text Example
White with #728CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728CEF; }
p { color: rgb(114,140,239); }
H1.HeaderClassName
{
color: #728CEF;
}
.AnyTagClassName
{
color: #728CEF;
}
</style>
background-color css
<style>
a { background-color: #728CEF; }
a { background-color: rgb(114,140,239); }
div.DivClassName
{
background-color: #728CEF;
}
.BgClassName
{
background-color: #728CEF;
}
</style>
border-color css
<style>
span { border-color: #728CEF; }
span { border-color: rgb(114,140,239); }
td.TdClassName
{
border-color: #728CEF;
}
.TagClassName
{
border-color: #728CEF;
}
</style>