#729DEC

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

Shades of Cornflower Blue #729DEC

Tints of Cornflower Blue #729DEC

Color information

#729DEC (or 0x729DEC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9D and EC. RGB value is (114,157,236). Sum of RGB (Red+Green+Blue) = 114+157+236=507 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.49% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #729DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DEC is #8D6213. Grayscale: #989898. Windows color (decimal): -9265684 or 15506802. OLE color: 15506802.

HSL color Cylindrical-coordinate representation of color #729DEC: hue angle of 218.85º 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 #729DEC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114157236-
CMYK0.520.3300.07
HSL218.85º76.25%68.63%-
HSV(B)218.85º51.69%92.55%-
XYZ34.1433.7584.07-
YUV153.15174.75100.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.49%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 236 (92.58% from 255) = 46.55%
R=22.49%
G=30.97%
B=46.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141572360.520.3300.07218.8576.2568.63
Hex729DEC342107db4c45
Octal162235354644107333114105
Binary1110010100111011110110011010010000101111101101110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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