Shades of Cornflower Blue #728EFF
Tints of Cornflower Blue #728EFF
RGB
CMYK
RGB Variations
Color information
#728EFF (or 0x728EFF) is known color: Cornflower Blue. HEX triplet: 72, 8E and FF. RGB value is (114,142,255). Sum of RGB (Red+Green+Blue) = 114+142+255=511 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.31% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #728EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728EFF is #8D7100. Grayscale: #929292. Windows color (decimal): -9269505 or 16748146. OLE color: 16748146.
HSL color Cylindrical-coordinate representation of color #728EFF: hue angle of 228.09º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #728EFF is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 142 | 255 | - |
| CMYK | 0.55 | 0.44 | 0 | 0 |
| HSL | 228.09º | 1% | 0.72% | - |
| HSV(B) | 228.09º | 0.55% | 1% | - |
| XYZ | 34.66 | 30.14 | 98.6 | - |
| YUV | 146.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 255 | 0.55 | 0.44 | 0 | 0 | 228.09 | 1 | 0.72 |
| Hex | 72 | 8E | FF | 37 | 2C | 0 | 0 | E4 | 64 | 48 |
| Octal | 162 | 216 | 377 | 67 | 54 | 0 | 0 | 344 | 144 | 110 |
| Binary | 1110010 | 10001110 | 11111111 | 110111 | 101100 | 0 | 0 | 11100100 | 1100100 | 1001000 |
Color Harmonies of #728EFF
Complementary color
Monochromatic Colors of #728EFF
Black with #728EFF
Text Example
Text Example
White with #728EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728EFF; }
p { color: rgb(114,142,255); }
H1.HeaderClassName
{
color: #728EFF;
}
.AnyTagClassName
{
color: #728EFF;
}
</style>
background-color css
<style>
a { background-color: #728EFF; }
a { background-color: rgb(114,142,255); }
div.DivClassName
{
background-color: #728EFF;
}
.BgClassName
{
background-color: #728EFF;
}
</style>
border-color css
<style>
span { border-color: #728EFF; }
span { border-color: rgb(114,142,255); }
td.TdClassName
{
border-color: #728EFF;
}
.TagClassName
{
border-color: #728EFF;
}
</style>