#7490DB

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

Shades of Cornflower Blue #7490DB

Tints of Cornflower Blue #7490DB

Color information

#7490DB (or 0x7490DB) is unknown color: approx Cornflower Blue. HEX triplet: 74, 90 and DB. RGB value is (116,144,219). Sum of RGB (Red+Green+Blue) = 116+144+219=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #7490DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490DB is #8B6F24. Grayscale: #8F8F8F. Windows color (decimal): -9137957 or 14389364. OLE color: 14389364.

HSL color Cylindrical-coordinate representation of color #7490DB: hue angle of 223.69º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7490DB is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116144219-
CMYK0.470.3400.14
HSL223.69º58.86%65.69%-
HSV(B)223.69º47.03%85.88%-
XYZ29.9628.7770.99-
YUV144.18170.22107.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 219 (85.94% from 255) = 45.72%
R=24.22%
G=30.06%
B=45.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1161442190.470.3400.14223.6958.8665.69
Hex7490DB2F220Ee03b42
Octal164220333574201634073102
Binary1110100100100001101101110111110001001110111000001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7490DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7490DB; }

 p { color: rgb(116,144,219); }

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

<style>
 a { background-color: #7490DB; }

 a { background-color: rgb(116,144,219); }

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

<style>
 span { border-color: #7490DB; }

 span { border-color: rgb(116,144,219); }

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