#728DEC

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

Shades of Cornflower Blue #728DEC

Tints of Cornflower Blue #728DEC

Color information

#728DEC (or 0x728DEC) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8D and EC. RGB value is (114,141,236). Sum of RGB (Red+Green+Blue) = 114+141+236=491 (65% of max value = 765). Red value is 114 (44.92% from 255 or 23.22% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #728DEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728DEC is #8D7213. Grayscale: #8F8F8F. Windows color (decimal): -9269780 or 15502706. OLE color: 15502706.

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

Color convert

RGB114141236-
CMYK0.520.4000.07
HSL226.72º76.25%68.63%-
HSV(B)226.72º51.69%92.55%-
XYZ31.628.6883.23-
YUV143.76180.05106.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.22%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=23.22%
G=28.72%
B=48.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141412360.520.4000.07226.7276.2568.63
Hex728DEC342807e34c45
Octal162215354645007343114105
Binary1110010100011011110110011010010100001111110001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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