Html Css Color HEX #7090BC Wild Blue Yonder

📋 copy color: '#7090BC'

red 112 ◦ green 144 ◦ blue 188

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

Shades of Wild Blue Yonder #7090BC

Tints of Wild Blue Yonder #7090BC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.43%

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

R = 25.23%
G = 32.43%
B = 42.34%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7090BC (or 0x7090BC) is known color: Wild Blue Yonder. HEX triplet: 70, 90 and BC. RGB value is (112,144,188). Sum of RGB (Red+Green+Blue) = 112+144+188=444 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.23% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #7090BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7090BC is #8F6F43. Grayscale: #8B8B8B. Windows color (decimal): -9400132 or 12357744. OLE color: 12357744.

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

Color convert

RGB 112 144 188 -
CMYK 0.40 0.23 0 0.26
HSL 214.74º 0.36% 0.59% -
HSV(B) 214.74º 0.4% 0.74% -
XYZ 25.73 27.02 51.44 -
YUV 139.45 155.4 108.42 -
System Red Green Blue C M Y K H S L
Decimal 112 144 188 0.40 0.23 0 0.26 214.74 0.36 0.59
Hex 70 90 BC 28 17 0 1A D7 24 3B
Octal 160 220 274 50 27 0 32 327 44 73
Binary 1110000 10010000 10111100 101000 10111 0 11010 11010111 100100 111011

Color Harmonies of #7090BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7090BC

Black with #7090BC

Text Example


Text Example

White with #7090BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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