#729CE6

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

Shades of Cornflower Blue #729CE6

Tints of Cornflower Blue #729CE6

Color information

#729CE6 (or 0x729CE6) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9C and E6. RGB value is (114,156,230). Sum of RGB (Red+Green+Blue) = 114+156+230=500 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.8% from 500); Green value is 156 (61.33% from 255 or 31.2% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #729CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CE6 is #8D6319. Grayscale: #979797. Windows color (decimal): -9265946 or 15113330. OLE color: 15113330.

HSL color Cylindrical-coordinate representation of color #729CE6: hue angle of 218.28º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #729CE6 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB114156230-
CMYK0.500.3200.10
HSL218.28º69.88%67.45%-
HSV(B)218.28º50.43%90.2%-
XYZ33.1133.0779.5-
YUV151.88172.09100.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.8%
GREEN value IS 156 (61.33% from 255) = 31.2%
BLUE value IS 230 (90.23% from 255) = 46%
R=22.8%
G=31.2%
B=46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1141562300.500.3200.10218.2869.8867.45
Hex729CE632200Ada4643
Octal1622343466240012332106103
Binary11100101001110011100110110010100000010101101101010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729CE6; }

 p { color: rgb(114,156,230); }

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

<style>
 a { background-color: #729CE6; }

 a { background-color: rgb(114,156,230); }

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

<style>
 span { border-color: #729CE6; }

 span { border-color: rgb(114,156,230); }

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