#7491DC

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

Shades of Cornflower Blue #7491DC

Tints of Cornflower Blue #7491DC

Color information

#7491DC (or 0x7491DC) is unknown color: approx Cornflower Blue. HEX triplet: 74, 91 and DC. RGB value is (116,145,220). Sum of RGB (Red+Green+Blue) = 116+145+220=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #7491DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491DC is #8B6E23. Grayscale: #909090. Windows color (decimal): -9137700 or 14455156. OLE color: 14455156.

HSL color Cylindrical-coordinate representation of color #7491DC: hue angle of 223.27º degrees, saturation: 0.6, 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 #7491DC is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB116145220-
CMYK0.470.3400.14
HSL223.27º59.77%65.88%-
HSV(B)223.27º47.27%86.27%-
XYZ30.2529.1371.74-
YUV144.88170.39107.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.12%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 220 (86.33% from 255) = 45.74%
R=24.12%
G=30.15%
B=45.74%

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
Decimal1161452200.470.3400.14223.2759.7765.88
Hex7491DC2F220Edf3c42
Octal164221334574201633774102
Binary1110100100100011101110010111110001001110110111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7491DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7491DC; }

 p { color: rgb(116,145,220); }

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

<style>
 a { background-color: #7491DC; }

 a { background-color: rgb(116,145,220); }

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

<style>
 span { border-color: #7491DC; }

 span { border-color: rgb(116,145,220); }

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