Html Css Color HEX #7087BC Wild Blue Yonder

📋 copy color: '#7087BC'

red 112 ◦ green 135 ◦ blue 188

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

Shades of Wild Blue Yonder #7087BC

Tints of Wild Blue Yonder #7087BC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.03%

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

R = 25.75%
G = 31.03%
B = 43.22%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7087BC (or 0x7087BC) is known color: Wild Blue Yonder. HEX triplet: 70, 87 and BC. RGB value is (112,135,188). Sum of RGB (Red+Green+Blue) = 112+135+188=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #7087BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087BC is #8F7843. Grayscale: #858585. Windows color (decimal): -9402436 or 12355440. OLE color: 12355440.

HSL color Cylindrical-coordinate representation of color #7087BC: hue angle of 221.84º 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 #7087BC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 135 188 -
CMYK 0.40 0.28 0 0.26
HSL 221.84º 0.36% 0.59% -
HSV(B) 221.84º 0.4% 0.74% -
XYZ 24.42 24.4 51 -
YUV 134.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 112 135 188 0.40 0.28 0 0.26 221.84 0.36 0.59
Hex 70 87 BC 28 1C 0 1A DE 24 3B
Octal 160 207 274 50 34 0 32 336 44 73
Binary 1110000 10000111 10111100 101000 11100 0 11010 11011110 100100 111011

Color Harmonies of #7087BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7087BC

Black with #7087BC

Text Example


Text Example

White with #7087BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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