Html Css Color HEX #7088BA Wild Blue Yonder

📋 copy color: '#7088BA'

red 112 ◦ green 136 ◦ blue 186

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

Shades of Wild Blue Yonder #7088BA

Tints of Wild Blue Yonder #7088BA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

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

R = 25.81%
G = 31.34%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7088BA (or 0x7088BA) is known color: Wild Blue Yonder. HEX triplet: 70, 88 and BA. RGB value is (112,136,186). Sum of RGB (Red+Green+Blue) = 112+136+186=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #7088BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088BA is #8F7745. Grayscale: #868686. Windows color (decimal): -9402182 or 12224624. OLE color: 12224624.

HSL color Cylindrical-coordinate representation of color #7088BA: hue angle of 220.54º 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 #7088BA is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 136 186 -
CMYK 0.40 0.27 0 0.27
HSL 220.54º 0.35% 0.58% -
HSV(B) 220.54º 0.4% 0.73% -
XYZ 24.35 24.6 49.92 -
YUV 134.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 112 136 186 0.40 0.27 0 0.27 220.54 0.35 0.58
Hex 70 88 BA 28 1B 0 1B DD 23 3A
Octal 160 210 272 50 33 0 33 335 43 72
Binary 1110000 10001000 10111010 101000 11011 0 11011 11011101 100011 111010

Color Harmonies of #7088BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088BA

Black with #7088BA

Text Example


Text Example

White with #7088BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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