#729CEC

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

Shades of Cornflower Blue #729CEC

Tints of Cornflower Blue #729CEC

Color information

#729CEC (or 0x729CEC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9C and EC. RGB value is (114,156,236). Sum of RGB (Red+Green+Blue) = 114+156+236=506 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.53% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #729CEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729CEC is #8D6313. Grayscale: #989898. Windows color (decimal): -9265940 or 15506546. OLE color: 15506546.

HSL color Cylindrical-coordinate representation of color #729CEC: hue angle of 219.34º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #729CEC is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114156236-
CMYK0.520.3400.07
HSL219.34º76.25%68.63%-
HSV(B)219.34º51.69%92.55%-
XYZ33.9733.4184.02-
YUV152.56175.09100.5-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.53%
GREEN value IS 156 (61.33% from 255) = 30.83%
BLUE value IS 236 (92.58% from 255) = 46.64%
R=22.53%
G=30.83%
B=46.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141562360.520.3400.07219.3476.2568.63
Hex729CEC342207db4c45
Octal162234354644207333114105
Binary1110010100111001110110011010010001001111101101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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