Shades of Cornflower Blue #728BDA
Tints of Cornflower Blue #728BDA
RGB
CMYK
RGB Variations
Color information
#728BDA (or 0x728BDA) is known color: Cornflower Blue. HEX triplet: 72, 8B and DA. RGB value is (114,139,218). Sum of RGB (Red+Green+Blue) = 114+139+218=471 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.20% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #728BDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BDA is #8D7425. Grayscale: #8C8C8C. Windows color (decimal): -9270310 or 14322546. OLE color: 14322546.
HSL color Cylindrical-coordinate representation of color #728BDA: hue angle of 225.58º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728BDA is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 114 | 139 | 218 | - |
| CMYK | 0.48 | 0.36 | 0 | 0.15 |
| HSL | 225.58º | 0.58% | 0.65% | - |
| HSV(B) | 225.58º | 0.48% | 0.85% | - |
| XYZ | 28.83 | 27.1 | 70.04 | - |
| YUV | 140.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 139 | 218 | 0.48 | 0.36 | 0 | 0.15 | 225.58 | 0.58 | 0.65 |
| Hex | 72 | 8B | DA | 30 | 24 | 0 | F | E2 | 3A | 41 |
| Octal | 162 | 213 | 332 | 60 | 44 | 0 | 17 | 342 | 72 | 101 |
| Binary | 1110010 | 10001011 | 11011010 | 110000 | 100100 | 0 | 1111 | 11100010 | 111010 | 1000001 |
Color Harmonies of #728BDA
Complementary color
Monochromatic Colors of #728BDA
Black with #728BDA
Text Example
Text Example
White with #728BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728BDA; }
p { color: rgb(114,139,218); }
H1.HeaderClassName
{
color: #728BDA;
}
.AnyTagClassName
{
color: #728BDA;
}
</style>
background-color css
<style>
a { background-color: #728BDA; }
a { background-color: rgb(114,139,218); }
div.DivClassName
{
background-color: #728BDA;
}
.BgClassName
{
background-color: #728BDA;
}
</style>
border-color css
<style>
span { border-color: #728BDA; }
span { border-color: rgb(114,139,218); }
td.TdClassName
{
border-color: #728BDA;
}
.TagClassName
{
border-color: #728BDA;
}
</style>