#7095CD

Color #7095CD Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #7095CD

Tints of Danube #7095CD

Color information

#7095CD (or 0x7095CD) is unknown color: approx Danube. HEX triplet: 70, 95 and CD. RGB value is (112,149,205). Sum of RGB (Red+Green+Blue) = 112+149+205=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #7095CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095CD is #8F6A32. Grayscale: #909090. Windows color (decimal): -9398835 or 13473136. OLE color: 13473136.

HSL color Cylindrical-coordinate representation of color #7095CD: hue angle of 216.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7095CD is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112149205-
CMYK0.450.2700.20
HSL216.13º48.19%62.16%-
HSV(B)216.13º45.37%80.39%-
XYZ28.4529.3561.92-
YUV144.32162.24104.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=24.03%
G=31.97%
B=43.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121492050.450.2700.20216.1348.1962.16
Hex7095CD2D1B014d8303e
Octal16022531555330243306076
Binary111000010010101110011011011011101101010011011000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7095CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7095CD; }

 p { color: rgb(112,149,205); }

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

<style>
 a { background-color: #7095CD; }

 a { background-color: rgb(112,149,205); }

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

<style>
 span { border-color: #7095CD; }

 span { border-color: rgb(112,149,205); }

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