#729DE8

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

Shades of Cornflower Blue #729DE8

Tints of Cornflower Blue #729DE8

Color information

#729DE8 (or 0x729DE8) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9D and E8. RGB value is (114,157,232). Sum of RGB (Red+Green+Blue) = 114+157+232=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 232 (91.02% from 255 or 46.12% from 503); Max value from RGB is 232 - color contains mainly: blue. Hex color #729DE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DE8 is #8D6217. Grayscale: #989898. Windows color (decimal): -9265688 or 15244658. OLE color: 15244658.

HSL color Cylindrical-coordinate representation of color #729DE8: hue angle of 218.14º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #729DE8 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114157232-
CMYK0.510.3200.09
HSL218.14º71.95%67.84%-
HSV(B)218.14º50.86%90.98%-
XYZ33.5633.5281.04-
YUV152.69172.75100.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 232 (91.02% from 255) = 46.12%
R=22.66%
G=31.21%
B=46.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141572320.510.3200.09218.1471.9567.84
Hex729DE8332009da4844
Octal1622353506340011332110104
Binary11100101001110111101000110011100000010011101101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,157,232); }

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

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

 a { background-color: rgb(114,157,232); }

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

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

 span { border-color: rgb(114,157,232); }

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