Html Css Color HEX #7093CB Danube

📋 copy color: '#7093CB'

red 112 ◦ green 147 ◦ blue 203

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

Shades of Danube #7093CB

Tints of Danube #7093CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.94%

R = 24.24%
G = 31.82%
B = 43.94%

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

#7093CB (or 0x7093CB) is known color: Danube. HEX triplet: 70, 93 and CB. RGB value is (112,147,203). Sum of RGB (Red+Green+Blue) = 112+147+203=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #7093CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7093CB is #8F6C34. Grayscale: #8E8E8E. Windows color (decimal): -9399349 or 13341552. OLE color: 13341552.

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

Color convert

RGB 112 147 203 -
CMYK 0.45 0.28 0 0.20
HSL 216.92º 0.47% 0.62% -
HSV(B) 216.92º 0.45% 0.8% -
XYZ 27.9 28.62 60.55 -
YUV 142.92 161.9 105.95 -
System Red Green Blue C M Y K H S L
Decimal 112 147 203 0.45 0.28 0 0.20 216.92 0.47 0.62
Hex 70 93 CB 2D 1C 0 14 D9 2F 3E
Octal 160 223 313 55 34 0 24 331 57 76
Binary 1110000 10010011 11001011 101101 11100 0 10100 11011001 101111 111110

Color Harmonies of #7093CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7093CB

Black with #7093CB

Text Example


Text Example

White with #7093CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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