Html Css Color HEX #7085BA Wild Blue Yonder

📋 copy color: '#7085BA'

red 112 ◦ green 133 ◦ blue 186

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

Shades of Wild Blue Yonder #7085BA

Tints of Wild Blue Yonder #7085BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

 BLUE value IS 186 (73.05% from 255) = 43.16%

R = 25.99%
G = 30.86%
B = 43.16%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7085BA (or 0x7085BA) is known color: Wild Blue Yonder. HEX triplet: 70, 85 and BA. RGB value is (112,133,186). Sum of RGB (Red+Green+Blue) = 112+133+186=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #7085BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085BA is #8F7A45. Grayscale: #848484. Windows color (decimal): -9402950 or 12223856. OLE color: 12223856.

HSL color Cylindrical-coordinate representation of color #7085BA: hue angle of 222.97º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7085BA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 133 186 -
CMYK 0.40 0.28 0 0.27
HSL 222.97º 0.35% 0.58% -
HSV(B) 222.97º 0.4% 0.73% -
XYZ 23.93 23.76 49.78 -
YUV 132.76 158.04 113.19 -
System Red Green Blue C M Y K H S L
Decimal 112 133 186 0.40 0.28 0 0.27 222.97 0.35 0.58
Hex 70 85 BA 28 1C 0 1B DF 23 3A
Octal 160 205 272 50 34 0 33 337 43 72
Binary 1110000 10000101 10111010 101000 11100 0 11011 11011111 100011 111010

Color Harmonies of #7085BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085BA

Black with #7085BA

Text Example


Text Example

White with #7085BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7085BA; }

 p { color: rgb(112,133,186); }

 H1.HeaderClassName
 {
   color: #7085BA;
 }
 .AnyTagClassName
 {
   color: #7085BA;
 }
</style>

background-color css

<style>
 a { background-color: #7085BA; }

 a { background-color: rgb(112,133,186); }

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

border-color css

<style>
 span { border-color: #7085BA; }

 span { border-color: rgb(112,133,186); }

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