#7091DD

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

Shades of Cornflower Blue #7091DD

Tints of Cornflower Blue #7091DD

Color information

#7091DD (or 0x7091DD) is unknown color: approx Cornflower Blue. HEX triplet: 70, 91 and DD. RGB value is (112,145,221). Sum of RGB (Red+Green+Blue) = 112+145+221=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #7091DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091DD is #8F6E22. Grayscale: #8F8F8F. Windows color (decimal): -9399843 or 14520688. OLE color: 14520688.

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

Color convert

RGB112145221-
CMYK0.490.3400.13
HSL221.83º61.58%65.29%-
HSV(B)221.83º49.32%86.67%-
XYZ29.8628.9272.41-
YUV143.8171.57105.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.43%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 221 (86.72% from 255) = 46.23%
R=23.43%
G=30.33%
B=46.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1121452210.490.3400.13221.8361.5865.29
Hex7091DD31220Dde3e41
Octal160221335614201533676101
Binary1110000100100011101110111000110001001101110111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7091DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7091DD; }

 p { color: rgb(112,145,221); }

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

<style>
 a { background-color: #7091DD; }

 a { background-color: rgb(112,145,221); }

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

<style>
 span { border-color: #7091DD; }

 span { border-color: rgb(112,145,221); }

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