Html Css Color HEX #7093CD Danube

📋 copy color: '#7093CD'

red 112 ◦ green 147 ◦ blue 205

#7093CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #7093CD

Tints of Danube #7093CD

RGB

 RED value IS 112 (44.14% from 255) = 24.14%

 GREEN value IS 147 (57.81% from 255) = 31.68%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 24.14%
G = 31.68%
B = 44.18%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7093CD (or 0x7093CD) is known color: Danube. HEX triplet: 70, 93 and CD. RGB value is (112,147,205). Sum of RGB (Red+Green+Blue) = 112+147+205=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #7093CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7093CD is #8F6C32. Grayscale: #8E8E8E. Windows color (decimal): -9399347 or 13472624. OLE color: 13472624.

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

Color convert

RGB 112 147 205 -
CMYK 0.45 0.28 0 0.20
HSL 217.42º 0.48% 0.62% -
HSV(B) 217.42º 0.45% 0.8% -
XYZ 28.14 28.72 61.82 -
YUV 143.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 112 147 205 0.45 0.28 0 0.20 217.42 0.48 0.62
Hex 70 93 CD 2D 1C 0 14 D9 30 3E
Octal 160 223 315 55 34 0 24 331 60 76
Binary 1110000 10010011 11001101 101101 11100 0 10100 11011001 110000 111110

Color Harmonies of #7093CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7093CD

Black with #7093CD

Text Example


Text Example

White with #7093CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7093CD;
 }
 .AnyTagClassName
 {
   color: #7093CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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