Html Css Color HEX #7085BB Wild Blue Yonder

📋 copy color: '#7085BB'

red 112 ◦ green 133 ◦ blue 187

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

Shades of Wild Blue Yonder #7085BB

Tints of Wild Blue Yonder #7085BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.29%

R = 25.93%
G = 30.79%
B = 43.29%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7085BB (or 0x7085BB) is known color: Wild Blue Yonder. HEX triplet: 70, 85 and BB. RGB value is (112,133,187). Sum of RGB (Red+Green+Blue) = 112+133+187=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #7085BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085BB is #8F7A44. Grayscale: #848484. Windows color (decimal): -9402949 or 12289392. OLE color: 12289392.

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

Color convert

RGB 112 133 187 -
CMYK 0.40 0.29 0 0.27
HSL 223.2º 0.36% 0.59% -
HSV(B) 223.2º 0.4% 0.73% -
XYZ 24.04 23.81 50.34 -
YUV 132.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 112 133 187 0.40 0.29 0 0.27 223.2 0.36 0.59
Hex 70 85 BB 28 1D 0 1B DF 24 3B
Octal 160 205 273 50 35 0 33 337 44 73
Binary 1110000 10000101 10111011 101000 11101 0 11011 11011111 100100 111011

Color Harmonies of #7085BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085BB

Black with #7085BB

Text Example


Text Example

White with #7085BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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