#7091D9

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

Shades of Cornflower Blue #7091D9

Tints of Cornflower Blue #7091D9

Color information

#7091D9 (or 0x7091D9) is unknown color: approx Cornflower Blue. HEX triplet: 70, 91 and D9. RGB value is (112,145,217). Sum of RGB (Red+Green+Blue) = 112+145+217=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 145 (57.03% from 255 or 30.59% from 474); Blue value is 217 (85.16% from 255 or 45.78% from 474); Max value from RGB is 217 - color contains mainly: blue. Hex color #7091D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7091D9 is #8F6E26. Grayscale: #8F8F8F. Windows color (decimal): -9399847 or 14258544. OLE color: 14258544.

HSL color Cylindrical-coordinate representation of color #7091D9: hue angle of 221.14º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7091D9 is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB112145217-
CMYK0.480.3300.15
HSL221.14º58.01%64.51%-
HSV(B)221.14º48.39%85.1%-
XYZ29.3328.7169.64-
YUV143.34169.57105.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.63%
GREEN value IS 145 (57.03% from 255) = 30.59%
BLUE value IS 217 (85.16% from 255) = 45.78%
R=23.63%
G=30.59%
B=45.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1121452170.480.3300.15221.1458.0164.51
Hex7091D930210Fdd3a41
Octal160221331604101733572101
Binary1110000100100011101100111000010000101111110111011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7091D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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