Shades of Cornflower Blue #728EEF
Tints of Cornflower Blue #728EEF
RGB
CMYK
RGB Variations
Color information
#728EEF (or 0x728EEF) is known color: Cornflower Blue. HEX triplet: 72, 8E and EF. RGB value is (114,142,239). Sum of RGB (Red+Green+Blue) = 114+142+239=495 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.03% from 495); Green value is 142 (55.86% from 255 or 28.69% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #728EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728EEF is #8D7110. Grayscale: #909090. Windows color (decimal): -9269521 or 15699570. OLE color: 15699570.
HSL color Cylindrical-coordinate representation of color #728EEF: hue angle of 226.56º 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 #728EEF is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 114 | 142 | 239 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.06 |
| HSL | 226.56º | 0.8% | 0.69% | - |
| HSV(B) | 226.56º | 0.52% | 0.94% | - |
| XYZ | 32.19 | 29.16 | 85.59 | - |
| YUV | 144.69 | 181.22 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 142 | 239 | 0.52 | 0.41 | 0 | 0.06 | 226.56 | 0.8 | 0.69 |
| Hex | 72 | 8E | EF | 34 | 29 | 0 | 6 | E3 | 50 | 45 |
| Octal | 162 | 216 | 357 | 64 | 51 | 0 | 6 | 343 | 120 | 105 |
| Binary | 1110010 | 10001110 | 11101111 | 110100 | 101001 | 0 | 110 | 11100011 | 1010000 | 1000101 |
Color Harmonies of #728EEF
Complementary color
Monochromatic Colors of #728EEF
Black with #728EEF
Text Example
Text Example
White with #728EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728EEF; }
p { color: rgb(114,142,239); }
H1.HeaderClassName
{
color: #728EEF;
}
.AnyTagClassName
{
color: #728EEF;
}
</style>
background-color css
<style>
a { background-color: #728EEF; }
a { background-color: rgb(114,142,239); }
div.DivClassName
{
background-color: #728EEF;
}
.BgClassName
{
background-color: #728EEF;
}
</style>
border-color css
<style>
span { border-color: #728EEF; }
span { border-color: rgb(114,142,239); }
td.TdClassName
{
border-color: #728EEF;
}
.TagClassName
{
border-color: #728EEF;
}
</style>