#7289DE

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

Shades of Cornflower Blue #7289DE

Tints of Cornflower Blue #7289DE

Color information

#7289DE (or 0x7289DE) is unknown color: approx Cornflower Blue. HEX triplet: 72, 89 and DE. RGB value is (114,137,222). Sum of RGB (Red+Green+Blue) = 114+137+222=473 (62% of max value = 765). Red value is 114 (44.92% from 255 or 24.10% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #7289DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7289DE is #8D7621. Grayscale: #8B8B8B. Windows color (decimal): -9270818 or 14584178. OLE color: 14584178.

HSL color Cylindrical-coordinate representation of color #7289DE: hue angle of 227.22º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7289DE is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114137222-
CMYK0.490.3800.13
HSL227.22º62.07%65.88%-
HSV(B)227.22º48.65%87.06%-
XYZ29.0726.7472.74-
YUV139.81174.38109.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 24.10%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=24.10%
G=28.96%
B=46.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1141372220.490.3800.13227.2262.0765.88
Hex7289DE31260De33e42
Octal162211336614601534376102
Binary1110010100010011101111011000110011001101111000111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7289DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7289DE; }

 p { color: rgb(114,137,222); }

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

<style>
 a { background-color: #7289DE; }

 a { background-color: rgb(114,137,222); }

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

<style>
 span { border-color: #7289DE; }

 span { border-color: rgb(114,137,222); }

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