Html Css Color HEX #7096CA Danube

📋 copy color: '#7096CA'

red 112 ◦ green 150 ◦ blue 202

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

Shades of Danube #7096CA

Tints of Danube #7096CA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

 BLUE value IS 202 (79.3% from 255) = 43.53%

R = 24.14%
G = 32.33%
B = 43.53%

CMYK

 C value IS 0.45

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7096CA (or 0x7096CA) is known color: Danube. HEX triplet: 70, 96 and CA. RGB value is (112,150,202). Sum of RGB (Red+Green+Blue) = 112+150+202=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #7096CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096CA is #8F6935. Grayscale: #909090. Windows color (decimal): -9398582 or 13276784. OLE color: 13276784.

HSL color Cylindrical-coordinate representation of color #7096CA: hue angle of 214.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7096CA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 150 202 -
CMYK 0.45 0.26 0 0.21
HSL 214.67º 0.46% 0.62% -
HSV(B) 214.67º 0.45% 0.79% -
XYZ 28.25 29.52 60.09 -
YUV 144.57 160.41 104.77 -
System Red Green Blue C M Y K H S L
Decimal 112 150 202 0.45 0.26 0 0.21 214.67 0.46 0.62
Hex 70 96 CA 2D 1A 0 15 D7 2E 3E
Octal 160 226 312 55 32 0 25 327 56 76
Binary 1110000 10010110 11001010 101101 11010 0 10101 11010111 101110 111110

Color Harmonies of #7096CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7096CA

Black with #7096CA

Text Example


Text Example

White with #7096CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7096CA; }

 p { color: rgb(112,150,202); }

 H1.HeaderClassName
 {
   color: #7096CA;
 }
 .AnyTagClassName
 {
   color: #7096CA;
 }
</style>

background-color css

<style>
 a { background-color: #7096CA; }

 a { background-color: rgb(112,150,202); }

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

border-color css

<style>
 span { border-color: #7096CA; }

 span { border-color: rgb(112,150,202); }

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