#7094CD

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

Shades of Danube #7094CD

Tints of Danube #7094CD

Color information

#7094CD (or 0x7094CD) is unknown color: approx Danube. HEX triplet: 70, 94 and CD. RGB value is (112,148,205). Sum of RGB (Red+Green+Blue) = 112+148+205=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #7094CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7094CD is #8F6B32. Grayscale: #8F8F8F. Windows color (decimal): -9399091 or 13472880. OLE color: 13472880.

HSL color Cylindrical-coordinate representation of color #7094CD: hue angle of 216.77º 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 #7094CD is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB112148205-
CMYK0.450.2800.20
HSL216.77º48.19%62.16%-
HSV(B)216.77º45.37%80.39%-
XYZ28.2929.0361.87-
YUV143.73162.57105.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 205 (80.47% from 255) = 44.09%
R=24.09%
G=31.83%
B=44.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1121482050.450.2800.20216.7748.1962.16
Hex7094CD2D1C014d9303e
Octal16022431555340243316076
Binary111000010010100110011011011011110001010011011001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7094CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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