Html Css Color HEX #7086CE Wild Blue Yonder

📋 copy color: '#7086CE'

red 112 ◦ green 134 ◦ blue 206

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

Shades of Wild Blue Yonder #7086CE

Tints of Wild Blue Yonder #7086CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 24.78%
G = 29.65%
B = 45.58%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7086CE (or 0x7086CE) is known color: Wild Blue Yonder. HEX triplet: 70, 86 and CE. RGB value is (112,134,206). Sum of RGB (Red+Green+Blue) = 112+134+206=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #7086CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7086CE is #8F7931. Grayscale: #878787. Windows color (decimal): -9402674 or 13534832. OLE color: 13534832.

HSL color Cylindrical-coordinate representation of color #7086CE: hue angle of 225.96º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7086CE is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 134 206 -
CMYK 0.46 0.35 0 0.19
HSL 225.96º 0.49% 0.62% -
HSV(B) 225.96º 0.46% 0.81% -
XYZ 26.35 24.95 61.82 -
YUV 135.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 112 134 206 0.46 0.35 0 0.19 225.96 0.49 0.62
Hex 70 86 CE 2E 23 0 13 E2 31 3E
Octal 160 206 316 56 43 0 23 342 61 76
Binary 1110000 10000110 11001110 101110 100011 0 10011 11100010 110001 111110

Color Harmonies of #7086CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7086CE

Black with #7086CE

Text Example


Text Example

White with #7086CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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