Shades of Cornflower Blue #728ADC
Tints of Cornflower Blue #728ADC
RGB
CMYK
RGB Variations
Color information
#728ADC (or 0x728ADC) is known color: Cornflower Blue. HEX triplet: 72, 8A and DC. RGB value is (114,138,220). Sum of RGB (Red+Green+Blue) = 114+138+220=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #728ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ADC is #8D7523. Grayscale: #8B8B8B. Windows color (decimal): -9270564 or 14453362. OLE color: 14453362.
HSL color Cylindrical-coordinate representation of color #728ADC: hue angle of 226.42º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728ADC is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 114 | 138 | 220 | - |
| CMYK | 0.48 | 0.37 | 0 | 0.14 |
| HSL | 226.42º | 0.6% | 0.65% | - |
| HSV(B) | 226.42º | 0.48% | 0.86% | - |
| XYZ | 28.95 | 26.92 | 71.38 | - |
| YUV | 140.17 | 173.05 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 138 | 220 | 0.48 | 0.37 | 0 | 0.14 | 226.42 | 0.6 | 0.65 |
| Hex | 72 | 8A | DC | 30 | 25 | 0 | E | E2 | 3C | 41 |
| Octal | 162 | 212 | 334 | 60 | 45 | 0 | 16 | 342 | 74 | 101 |
| Binary | 1110010 | 10001010 | 11011100 | 110000 | 100101 | 0 | 1110 | 11100010 | 111100 | 1000001 |
Color Harmonies of #728ADC
Complementary color
Monochromatic Colors of #728ADC
Black with #728ADC
Text Example
Text Example
White with #728ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728ADC; }
p { color: rgb(114,138,220); }
H1.HeaderClassName
{
color: #728ADC;
}
.AnyTagClassName
{
color: #728ADC;
}
</style>
background-color css
<style>
a { background-color: #728ADC; }
a { background-color: rgb(114,138,220); }
div.DivClassName
{
background-color: #728ADC;
}
.BgClassName
{
background-color: #728ADC;
}
</style>
border-color css
<style>
span { border-color: #728ADC; }
span { border-color: rgb(114,138,220); }
td.TdClassName
{
border-color: #728ADC;
}
.TagClassName
{
border-color: #728ADC;
}
</style>