#729aeb

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

Shades of Cornflower Blue #729AEB

Tints of Cornflower Blue #729AEB

Color information

#729AEB (or 0x729AEB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9A and EB. RGB value is (114,154,235). Sum of RGB (Red+Green+Blue) = 114+154+235=503 (66% of max value = 765). Red value is 114 (44.92% from 255 or 22.66% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #729AEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729AEB is #8D6514. Grayscale: #969696. Windows color (decimal): -9266453 or 15440498. OLE color: 15440498.

HSL color Cylindrical-coordinate representation of color #729AEB: hue angle of 220.17º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #729AEB is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB114154235-
CMYK0.510.3400.08
HSL220.17º75.16%68.43%-
HSV(B)220.17º51.49%92.16%-
XYZ33.4932.6983.14-
YUV151.27175.25101.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.66%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 235 (92.19% from 255) = 46.72%
R=22.66%
G=30.62%
B=46.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1141542350.510.3400.08220.1775.1668.43
Hex729AEB332208dc4b44
Octal1622323536342010334113104
Binary11100101001101011101011110011100010010001101110010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729aeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,154,235); }

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

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

 a { background-color: rgb(114,154,235); }

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

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

 span { border-color: rgb(114,154,235); }

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