#728ED6

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

Shades of Cornflower Blue #728ED6

Tints of Cornflower Blue #728ED6

Color information

#728ED6 (or 0x728ED6) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8E and D6. RGB value is (114,142,214). Sum of RGB (Red+Green+Blue) = 114+142+214=470 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.26% from 470); Green value is 142 (55.86% from 255 or 30.21% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #728ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728ED6 is #8D7129. Grayscale: #8D8D8D. Windows color (decimal): -9269546 or 14061170. OLE color: 14061170.

HSL color Cylindrical-coordinate representation of color #728ED6: hue angle of 223.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #728ED6 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB114142214-
CMYK0.470.3400.16
HSL223.2º54.95%64.31%-
HSV(B)223.2º46.73%83.92%-
XYZ28.7527.7867.46-
YUV141.84168.72108.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.26%
GREEN value IS 142 (55.86% from 255) = 30.21%
BLUE value IS 214 (83.98% from 255) = 45.53%
R=24.26%
G=30.21%
B=45.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1141422140.470.3400.16223.254.9564.31
Hex728ED62F22010df3740
Octal162216326574202033767100
Binary11100101000111011010110101111100010010000110111111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,142,214); }

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

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

 a { background-color: rgb(114,142,214); }

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

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

 span { border-color: rgb(114,142,214); }

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