Html Css Color HEX #7095CC Danube

📋 copy color: '#7095CC'

red 112 ◦ green 149 ◦ blue 204

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

Shades of Danube #7095CC

Tints of Danube #7095CC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 24.09%
G = 32.04%
B = 43.87%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7095CC (or 0x7095CC) is known color: Danube. HEX triplet: 70, 95 and CC. RGB value is (112,149,204). Sum of RGB (Red+Green+Blue) = 112+149+204=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #7095CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095CC is #8F6A33. Grayscale: #8F8F8F. Windows color (decimal): -9398836 or 13407600. OLE color: 13407600.

HSL color Cylindrical-coordinate representation of color #7095CC: hue angle of 215.87º 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 #7095CC is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 149 204 -
CMYK 0.45 0.27 0 0.2
HSL 215.87º 0.47% 0.62% -
HSV(B) 215.87º 0.45% 0.8% -
XYZ 28.33 29.3 61.29 -
YUV 144.21 161.74 105.03 -
System Red Green Blue C M Y K H S L
Decimal 112 149 204 0.45 0.27 0 0.2 215.87 0.47 0.62
Hex 70 95 CC 2D 1B 0 14 D8 2F 3E
Octal 160 225 314 55 33 0 24 330 57 76
Binary 1110000 10010101 11001100 101101 11011 0 10100 11011000 101111 111110

Color Harmonies of #7095CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095CC

Black with #7095CC

Text Example


Text Example

White with #7095CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7095CC;
 }
 .AnyTagClassName
 {
   color: #7095CC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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