Html Css Color HEX #7085BC Wild Blue Yonder

📋 copy color: '#7085BC'

red 112 ◦ green 133 ◦ blue 188

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

Shades of Wild Blue Yonder #7085BC

Tints of Wild Blue Yonder #7085BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.42%

R = 25.87%
G = 30.72%
B = 43.42%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7085BC (or 0x7085BC) is known color: Wild Blue Yonder. HEX triplet: 70, 85 and BC. RGB value is (112,133,188). Sum of RGB (Red+Green+Blue) = 112+133+188=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #7085BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085BC is #8F7A43. Grayscale: #848484. Windows color (decimal): -9402948 or 12354928. OLE color: 12354928.

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

Color convert

RGB 112 133 188 -
CMYK 0.40 0.29 0 0.26
HSL 223.42º 0.36% 0.59% -
HSV(B) 223.42º 0.4% 0.74% -
XYZ 24.15 23.85 50.91 -
YUV 132.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 112 133 188 0.40 0.29 0 0.26 223.42 0.36 0.59
Hex 70 85 BC 28 1D 0 1A DF 24 3B
Octal 160 205 274 50 35 0 32 337 44 73
Binary 1110000 10000101 10111100 101000 11101 0 11010 11011111 100100 111011

Color Harmonies of #7085BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085BC

Black with #7085BC

Text Example


Text Example

White with #7085BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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