Shades of Cornflower Blue #728BDE
Tints of Cornflower Blue #728BDE
RGB
CMYK
RGB Variations
Color information
#728BDE (or 0x728BDE) is known color: Cornflower Blue. HEX triplet: 72, 8B and DE. RGB value is (114,139,222). Sum of RGB (Red+Green+Blue) = 114+139+222=475 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #728BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BDE is #8D7421. Grayscale: #8C8C8C. Windows color (decimal): -9270306 or 14584690. OLE color: 14584690.
HSL color Cylindrical-coordinate representation of color #728BDE: hue angle of 226.11º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #728BDE is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 139 | 222 | - |
| CMYK | 0.49 | 0.37 | 0 | 0.13 |
| HSL | 226.11º | 0.62% | 0.66% | - |
| HSV(B) | 226.11º | 0.49% | 0.87% | - |
| XYZ | 29.36 | 27.32 | 72.83 | - |
| YUV | 140.99 | 173.72 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 222 | 0.49 | 0.37 | 0 | 0.13 | 226.11 | 0.62 | 0.66 |
| Hex | 72 | 8B | DE | 31 | 25 | 0 | D | E2 | 3E | 42 |
| Octal | 162 | 213 | 336 | 61 | 45 | 0 | 15 | 342 | 76 | 102 |
| Binary | 1110010 | 10001011 | 11011110 | 110001 | 100101 | 0 | 1101 | 11100010 | 111110 | 1000010 |
Color Harmonies of #728BDE
Complementary color
Monochromatic Colors of #728BDE
Black with #728BDE
Text Example
Text Example
White with #728BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BDE; }
p { color: rgb(114,139,222); }
H1.HeaderClassName
{
color: #728BDE;
}
.AnyTagClassName
{
color: #728BDE;
}
</style>
background-color css
<style>
a { background-color: #728BDE; }
a { background-color: rgb(114,139,222); }
div.DivClassName
{
background-color: #728BDE;
}
.BgClassName
{
background-color: #728BDE;
}
</style>
border-color css
<style>
span { border-color: #728BDE; }
span { border-color: rgb(114,139,222); }
td.TdClassName
{
border-color: #728BDE;
}
.TagClassName
{
border-color: #728BDE;
}
</style>