#7289ED

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

Shades of Cornflower Blue #7289ED

Tints of Cornflower Blue #7289ED

Color information

#7289ED (or 0x7289ED) is unknown color: approx Cornflower Blue. HEX triplet: 72, 89 and ED. RGB value is (114,137,237). Sum of RGB (Red+Green+Blue) = 114+137+237=488 (64% of max value = 765). Red value is 114 (44.92% from 255 or 23.36% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #7289ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7289ED is #8D7612. Grayscale: #8D8D8D. Windows color (decimal): -9270803 or 15567218. OLE color: 15567218.

HSL color Cylindrical-coordinate representation of color #7289ED: hue angle of 228.78º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7289ED is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB114137237-
CMYK0.520.4200.07
HSL228.78º77.36%68.82%-
HSV(B)228.78º51.9%92.94%-
XYZ31.1727.5883.8-
YUV141.52181.88108.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 23.36%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=23.36%
G=28.07%
B=48.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1141372370.520.4200.07228.7877.3668.82
Hex7289ED342A07e54d45
Octal162211355645207345115105
Binary1110010100010011110110111010010101001111110010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7289ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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