Shades of Cornflower Blue #728ADE
Tints of Cornflower Blue #728ADE
RGB
CMYK
RGB Variations
Color information
#728ADE (or 0x728ADE) is known color: Cornflower Blue. HEX triplet: 72, 8A and DE. RGB value is (114,138,222). Sum of RGB (Red+Green+Blue) = 114+138+222=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #728ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ADE is #8D7521. Grayscale: #8C8C8C. Windows color (decimal): -9270562 or 14584434. OLE color: 14584434.
HSL color Cylindrical-coordinate representation of color #728ADE: hue angle of 226.67º 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 #728ADE is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 114 | 138 | 222 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.13 |
| HSL | 226.67º | 0.62% | 0.66% | - |
| HSV(B) | 226.67º | 0.49% | 0.87% | - |
| XYZ | 29.21 | 27.03 | 72.78 | - |
| YUV | 140.4 | 174.05 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 222 | 0.49 | 0.38 | 0 | 0.13 | 226.67 | 0.62 | 0.66 |
| Hex | 72 | 8A | DE | 31 | 26 | 0 | D | E3 | 3E | 42 |
| Octal | 162 | 212 | 336 | 61 | 46 | 0 | 15 | 343 | 76 | 102 |
| Binary | 1110010 | 10001010 | 11011110 | 110001 | 100110 | 0 | 1101 | 11100011 | 111110 | 1000010 |
Color Harmonies of #728ADE
Complementary color
Monochromatic Colors of #728ADE
Black with #728ADE
Text Example
Text Example
White with #728ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728ADE; }
p { color: rgb(114,138,222); }
H1.HeaderClassName
{
color: #728ADE;
}
.AnyTagClassName
{
color: #728ADE;
}
</style>
background-color css
<style>
a { background-color: #728ADE; }
a { background-color: rgb(114,138,222); }
div.DivClassName
{
background-color: #728ADE;
}
.BgClassName
{
background-color: #728ADE;
}
</style>
border-color css
<style>
span { border-color: #728ADE; }
span { border-color: rgb(114,138,222); }
td.TdClassName
{
border-color: #728ADE;
}
.TagClassName
{
border-color: #728ADE;
}
</style>