Html Css Color HEX #7086CC Wild Blue Yonder

📋 copy color: '#7086CC'

red 112 ◦ green 134 ◦ blue 204

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

Shades of Wild Blue Yonder #7086CC

Tints of Wild Blue Yonder #7086CC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.78%

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 24.89%
G = 29.78%
B = 45.33%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7086CC (or 0x7086CC) is known color: Wild Blue Yonder. HEX triplet: 70, 86 and CC. RGB value is (112,134,204). Sum of RGB (Red+Green+Blue) = 112+134+204=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #7086CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7086CC is #8F7933. Grayscale: #878787. Windows color (decimal): -9402676 or 13403760. OLE color: 13403760.

HSL color Cylindrical-coordinate representation of color #7086CC: hue angle of 225.65º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7086CC is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 134 204 -
CMYK 0.45 0.34 0 0.2
HSL 225.65º 0.47% 0.62% -
HSV(B) 225.65º 0.45% 0.8% -
XYZ 26.11 24.85 60.55 -
YUV 135.4 166.71 111.31 -
System Red Green Blue C M Y K H S L
Decimal 112 134 204 0.45 0.34 0 0.2 225.65 0.47 0.62
Hex 70 86 CC 2D 22 0 14 E2 2F 3E
Octal 160 206 314 55 42 0 24 342 57 76
Binary 1110000 10000110 11001100 101101 100010 0 10100 11100010 101111 111110

Color Harmonies of #7086CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7086CC

Black with #7086CC

Text Example


Text Example

White with #7086CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7086CC; }

 p { color: rgb(112,134,204); }

 H1.HeaderClassName
 {
   color: #7086CC;
 }
 .AnyTagClassName
 {
   color: #7086CC;
 }
</style>

background-color css

<style>
 a { background-color: #7086CC; }

 a { background-color: rgb(112,134,204); }

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

border-color css

<style>
 span { border-color: #7086CC; }

 span { border-color: rgb(112,134,204); }

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