#728AE2

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

Shades of Cornflower Blue #728AE2

Tints of Cornflower Blue #728AE2

Color information

#728AE2 (or 0x728AE2) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8A and E2. RGB value is (114,138,226). Sum of RGB (Red+Green+Blue) = 114+138+226=478 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.85% from 478); Green value is 138 (54.30% from 255 or 28.87% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #728AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728AE2 is #8D751D. Grayscale: #8C8C8C. Windows color (decimal): -9270558 or 14846578. OLE color: 14846578.

HSL color Cylindrical-coordinate representation of color #728AE2: hue angle of 227.14º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728AE2 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB114138226-
CMYK0.500.3900.11
HSL227.14º65.88%66.67%-
HSV(B)227.14º49.56%88.63%-
XYZ29.7627.2575.64-
YUV140.86176.05108.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.85%
GREEN value IS 138 (54.30% from 255) = 28.87%
BLUE value IS 226 (88.67% from 255) = 47.28%
R=23.85%
G=28.87%
B=47.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1141382260.500.3900.11227.1465.8866.67
Hex728AE232270Be34243
Octal1622123426247013343102103
Binary11100101000101011100010110010100111010111110001110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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