#728BE8

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

Shades of Cornflower Blue #728BE8

Tints of Cornflower Blue #728BE8

Color information

#728BE8 (or 0x728BE8) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8B and E8. RGB value is (114,139,232). Sum of RGB (Red+Green+Blue) = 114+139+232=485 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.51% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 232 (91.02% from 255 or 47.84% from 485); Max value from RGB is 232 - color contains mainly: blue. Hex color #728BE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728BE8 is #8D7417. Grayscale: #8D8D8D. Windows color (decimal): -9270296 or 15240050. OLE color: 15240050.

HSL color Cylindrical-coordinate representation of color #728BE8: hue angle of 227.29º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728BE8 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114139232-
CMYK0.510.4000.09
HSL227.29º71.95%67.84%-
HSV(B)227.29º50.86%90.98%-
XYZ30.7427.8780.1-
YUV142.13178.72107.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.51%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 232 (91.02% from 255) = 47.84%
R=23.51%
G=28.66%
B=47.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1141392320.510.4000.09227.2971.9567.84
Hex728BE8332809e34844
Octal1622133506350011343110104
Binary11100101000101111101000110011101000010011110001110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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