Html Css Color HEX #7095CE Danube

📋 copy color: '#7095CE'

red 112 ◦ green 149 ◦ blue 206

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

Shades of Danube #7095CE

Tints of Danube #7095CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 23.98%
G = 31.91%
B = 44.11%

CMYK

 C value IS 0.46

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7095CE (or 0x7095CE) is known color: Danube. HEX triplet: 70, 95 and CE. RGB value is (112,149,206). Sum of RGB (Red+Green+Blue) = 112+149+206=467 (61% of max value = 765). Red value is 112 (44.14% from 255 or 23.98% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #7095CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7095CE is #8F6A31. Grayscale: #909090. Windows color (decimal): -9398834 or 13538672. OLE color: 13538672.

HSL color Cylindrical-coordinate representation of color #7095CE: hue angle of 216.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7095CE is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 149 206 -
CMYK 0.46 0.28 0 0.19
HSL 216.38º 0.49% 0.62% -
HSV(B) 216.38º 0.46% 0.81% -
XYZ 28.57 29.4 62.56 -
YUV 144.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 112 149 206 0.46 0.28 0 0.19 216.38 0.49 0.62
Hex 70 95 CE 2E 1C 0 13 D8 31 3E
Octal 160 225 316 56 34 0 23 330 61 76
Binary 1110000 10010101 11001110 101110 11100 0 10011 11011000 110001 111110

Color Harmonies of #7095CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7095CE

Black with #7095CE

Text Example


Text Example

White with #7095CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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