#728BDB

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

Shades of Cornflower Blue #728BDB

Tints of Cornflower Blue #728BDB

Color information

#728BDB (or 0x728BDB) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8B and DB. RGB value is (114,139,219). Sum of RGB (Red+Green+Blue) = 114+139+219=472 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.15% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #728BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #728BDB is #8D7424. Grayscale: #8C8C8C. Windows color (decimal): -9270309 or 14388082. OLE color: 14388082.

HSL color Cylindrical-coordinate representation of color #728BDB: hue angle of 225.71º 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 #728BDB is Cyan = 0.48, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB114139219-
CMYK0.480.3700.14
HSL225.71º59.32%65.29%-
HSV(B)225.71º47.95%85.88%-
XYZ28.9627.1670.73-
YUV140.64172.22109-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.15%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 219 (85.94% from 255) = 46.40%
R=24.15%
G=29.45%
B=46.40%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1141392190.480.3700.14225.7159.3265.29
Hex728BDB30250Ee23b41
Octal162213333604501634273101
Binary1110010100010111101101111000010010101110111000101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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