Html Css Color HEX #7087B9 Wild Blue Yonder

📋 copy color: '#7087B9'

red 112 ◦ green 135 ◦ blue 185

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

Shades of Wild Blue Yonder #7087B9

Tints of Wild Blue Yonder #7087B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 42.82%

R = 25.93%
G = 31.25%
B = 42.82%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7087B9 (or 0x7087B9) is known color: Wild Blue Yonder. HEX triplet: 70, 87 and B9. RGB value is (112,135,185). Sum of RGB (Red+Green+Blue) = 112+135+185=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 185 (72.66% from 255 or 42.82% from 432); Max value from RGB is 185 - color contains mainly: blue. Hex color #7087B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7087B9 is #8F7846. Grayscale: #858585. Windows color (decimal): -9402439 or 12158832. OLE color: 12158832.

HSL color Cylindrical-coordinate representation of color #7087B9: hue angle of 221.1º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7087B9 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 135 185 -
CMYK 0.39 0.27 0 0.27
HSL 221.1º 0.34% 0.58% -
HSV(B) 221.1º 0.39% 0.73% -
XYZ 24.1 24.28 49.31 -
YUV 133.82 156.88 112.43 -
System Red Green Blue C M Y K H S L
Decimal 112 135 185 0.39 0.27 0 0.27 221.1 0.34 0.58
Hex 70 87 B9 27 1B 0 1B DD 22 3A
Octal 160 207 271 47 33 0 33 335 42 72
Binary 1110000 10000111 10111001 100111 11011 0 11011 11011101 100010 111010

Color Harmonies of #7087B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7087B9

Black with #7087B9

Text Example


Text Example

White with #7087B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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