#728EDD

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

Shades of Cornflower Blue #728EDD

Tints of Cornflower Blue #728EDD

Color information

#728EDD (or 0x728EDD) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8E and DD. RGB value is (114,142,221). Sum of RGB (Red+Green+Blue) = 114+142+221=477 (63% of max value = 765). Red value is 114 (44.92% from 255 or 23.90% from 477); Green value is 142 (55.86% from 255 or 29.77% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #728EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728EDD is #8D7122. Grayscale: #8E8E8E. Windows color (decimal): -9269539 or 14519922. OLE color: 14519922.

HSL color Cylindrical-coordinate representation of color #728EDD: hue angle of 224.3º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728EDD is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114142221-
CMYK0.480.3600.13
HSL224.3º61.14%65.69%-
HSV(B)224.3º48.42%86.67%-
XYZ29.6628.1472.28-
YUV142.63172.22107.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.90%
GREEN value IS 142 (55.86% from 255) = 29.77%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=23.90%
G=29.77%
B=46.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141422210.480.3600.13224.361.1465.69
Hex728EDD30240De03d42
Octal162216335604401534075102
Binary1110010100011101101110111000010010001101111000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,142,221); }

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

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

 a { background-color: rgb(114,142,221); }

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

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

 span { border-color: rgb(114,142,221); }

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