#728ADD

Color #728ADD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #728ADD

Tints of Cornflower Blue #728ADD

Color information

#728ADD (or 0x728ADD) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8A and DD. RGB value is (114,138,221). Sum of RGB (Red+Green+Blue) = 114+138+221=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #728ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ADD is #8D7522. Grayscale: #8B8B8B. Windows color (decimal): -9270563 or 14518898. OLE color: 14518898.

HSL color Cylindrical-coordinate representation of color #728ADD: hue angle of 226.54º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728ADD is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114138221-
CMYK0.480.3800.13
HSL226.54º61.14%65.69%-
HSV(B)226.54º48.42%86.67%-
XYZ29.0826.9772.08-
YUV140.29173.55109.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 221 (86.72% from 255) = 46.72%
R=24.10%
G=29.18%
B=46.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141382210.480.3800.13226.5461.1465.69
Hex728ADD30260De33d42
Octal162212335604601534375102
Binary1110010100010101101110111000010011001101111000111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728ADD; }

 p { color: rgb(114,138,221); }

 H1.HeaderClassName
 {
   color: #728ADD;
 }
 .AnyTagClassName
 {
   color: #728ADD;
 }
</style>
background-color css

<style>
 a { background-color: #728ADD; }

 a { background-color: rgb(114,138,221); }

 div.DivClassName
 {
   background-color: #728ADD;
 }
 .BgClassName
 {
   background-color: #728ADD;
 }
</style>
border-color css

<style>
 span { border-color: #728ADD; }

 span { border-color: rgb(114,138,221); }

 td.TdClassName
 {
   border-color: #728ADD;
 }
 .TagClassName
 {
   border-color: #728ADD;
 }
</style>