Html Css Color HEX #7085CE Wild Blue Yonder

📋 copy color: '#7085CE'

red 112 ◦ green 133 ◦ blue 206

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

Shades of Wild Blue Yonder #7085CE

Tints of Wild Blue Yonder #7085CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

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

R = 24.83%
G = 29.49%
B = 45.68%

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

#7085CE (or 0x7085CE) is known color: Wild Blue Yonder. HEX triplet: 70, 85 and CE. RGB value is (112,133,206). Sum of RGB (Red+Green+Blue) = 112+133+206=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #7085CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7085CE is #8F7A31. Grayscale: #868686. Windows color (decimal): -9402930 or 13534576. OLE color: 13534576.

HSL color Cylindrical-coordinate representation of color #7085CE: hue angle of 226.6º 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 #7085CE is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 133 206 -
CMYK 0.46 0.35 0 0.19
HSL 226.6º 0.49% 0.62% -
HSV(B) 226.6º 0.46% 0.81% -
XYZ 26.21 24.68 61.77 -
YUV 135.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 112 133 206 0.46 0.35 0 0.19 226.6 0.49 0.62
Hex 70 85 CE 2E 23 0 13 E3 31 3E
Octal 160 205 316 56 43 0 23 343 61 76
Binary 1110000 10000101 11001110 101110 100011 0 10011 11100011 110001 111110

Color Harmonies of #7085CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7085CE

Black with #7085CE

Text Example


Text Example

White with #7085CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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