Html Css Color HEX #7088BC Wild Blue Yonder

📋 copy color: '#7088BC'

red 112 ◦ green 136 ◦ blue 188

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

Shades of Wild Blue Yonder #7088BC

Tints of Wild Blue Yonder #7088BC

RGB

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

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

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

R = 25.69%
G = 31.19%
B = 43.12%

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

#7088BC (or 0x7088BC) is known color: Wild Blue Yonder. HEX triplet: 70, 88 and BC. RGB value is (112,136,188). Sum of RGB (Red+Green+Blue) = 112+136+188=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #7088BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7088BC is #8F7743. Grayscale: #868686. Windows color (decimal): -9402180 or 12355696. OLE color: 12355696.

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

Color convert

RGB 112 136 188 -
CMYK 0.40 0.28 0 0.26
HSL 221.05º 0.36% 0.59% -
HSV(B) 221.05º 0.4% 0.74% -
XYZ 24.56 24.68 51.05 -
YUV 134.75 158.05 111.77 -
System Red Green Blue C M Y K H S L
Decimal 112 136 188 0.40 0.28 0 0.26 221.05 0.36 0.59
Hex 70 88 BC 28 1C 0 1A DD 24 3B
Octal 160 210 274 50 34 0 32 335 44 73
Binary 1110000 10001000 10111100 101000 11100 0 11010 11011101 100100 111011

Color Harmonies of #7088BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7088BC

Black with #7088BC

Text Example


Text Example

White with #7088BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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