#7489EB

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

Shades of Cornflower Blue #7489EB

Tints of Cornflower Blue #7489EB

Color information

#7489EB (or 0x7489EB) is unknown color: approx Cornflower Blue. HEX triplet: 74, 89 and EB. RGB value is (116,137,235). Sum of RGB (Red+Green+Blue) = 116+137+235=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 137 (53.91% from 255 or 28.07% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #7489EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7489EB is #8B7614. Grayscale: #8D8D8D. Windows color (decimal): -9139733 or 15436148. OLE color: 15436148.

HSL color Cylindrical-coordinate representation of color #7489EB: hue angle of 229.41º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7489EB is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB116137235-
CMYK0.510.4200.08
HSL229.41º74.84%68.82%-
HSV(B)229.41º50.64%92.16%-
XYZ31.1427.682.28-
YUV141.89180.54109.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.77%
GREEN value IS 137 (53.91% from 255) = 28.07%
BLUE value IS 235 (92.19% from 255) = 48.16%
R=23.77%
G=28.07%
B=48.16%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1161372350.510.4200.08229.4174.8468.82
Hex7489EB332A08e54b45
Octal1642113536352010345113105
Binary11101001000100111101011110011101010010001110010110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7489EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7489EB; }

 p { color: rgb(116,137,235); }

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

<style>
 a { background-color: #7489EB; }

 a { background-color: rgb(116,137,235); }

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

<style>
 span { border-color: #7489EB; }

 span { border-color: rgb(116,137,235); }

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