#728CE9

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

Shades of Cornflower Blue #728CE9

Tints of Cornflower Blue #728CE9

Color information

#728CE9 (or 0x728CE9) is unknown color: approx Cornflower Blue. HEX triplet: 72, 8C and E9. RGB value is (114,140,233). Sum of RGB (Red+Green+Blue) = 114+140+233=487 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.41% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #728CE9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #728CE9 is #8D7316. Grayscale: #8E8E8E. Windows color (decimal): -9270039 or 15305842. OLE color: 15305842.

HSL color Cylindrical-coordinate representation of color #728CE9: hue angle of 226.89º degrees, saturation: 0.73, 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 #728CE9 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB114140233-
CMYK0.510.4000.09
HSL226.89º73.01%68.04%-
HSV(B)226.89º51.07%91.37%-
XYZ31.0328.2280.9-
YUV142.83178.89107.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.41%
GREEN value IS 140 (55.08% from 255) = 28.75%
BLUE value IS 233 (91.41% from 255) = 47.84%
R=23.41%
G=28.75%
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
Decimal1141402330.510.4000.09226.8973.0168.04
Hex728CE9332809e34944
Octal1622143516350011343111104
Binary11100101000110011101001110011101000010011110001110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728CE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,140,233); }

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

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

 a { background-color: rgb(114,140,233); }

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

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

 span { border-color: rgb(114,140,233); }

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