#729DED

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

Shades of Cornflower Blue #729DED

Tints of Cornflower Blue #729DED

Color information

#729DED (or 0x729DED) is unknown color: approx Cornflower Blue. HEX triplet: 72, 9D and ED. RGB value is (114,157,237). Sum of RGB (Red+Green+Blue) = 114+157+237=508 (67% of max value = 765). Red value is 114 (44.92% from 255 or 22.44% from 508); Green value is 157 (61.72% from 255 or 30.91% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #729DED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #729DED is #8D6212. Grayscale: #989898. Windows color (decimal): -9265683 or 15572338. OLE color: 15572338.

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

Color convert

RGB114157237-
CMYK0.520.3400.07
HSL219.02º77.36%68.82%-
HSV(B)219.02º51.9%92.94%-
XYZ34.2833.8184.84-
YUV153.26175.25100-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 22.44%
GREEN value IS 157 (61.72% from 255) = 30.91%
BLUE value IS 237 (92.97% from 255) = 46.65%
R=22.44%
G=30.91%
B=46.65%

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
Decimal1141572370.520.3400.07219.0277.3668.82
Hex729DED342207db4d45
Octal162235355644207333115105
Binary1110010100111011110110111010010001001111101101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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