#728DDB

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

Shades of Cornflower Blue #728DDB

Tints of Cornflower Blue #728DDB

Color information

#728DDB (or 0x728DDB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8D and DB. RGB value is (114,141,219). Sum of RGB (Red+Green+Blue) = 114+141+219=474 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.05% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #728DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728DDB is #8D7224. Grayscale: #8D8D8D. Windows color (decimal): -9269797 or 14388594. OLE color: 14388594.

HSL color Cylindrical-coordinate representation of color #728DDB: hue angle of 224.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #728DDB is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114141219-
CMYK0.480.3600.14
HSL224.57º59.32%65.29%-
HSV(B)224.57º47.95%85.88%-
XYZ29.2527.7470.83-
YUV141.82171.55108.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.05%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 219 (85.94% from 255) = 46.20%
R=24.05%
G=29.75%
B=46.20%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141412190.480.3600.14224.5759.3265.29
Hex728DDB30240Ee13b41
Octal162215333604401634173101
Binary1110010100011011101101111000010010001110111000011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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