Html Css Color HEX #708CC8 Wild Blue Yonder

📋 copy color: '#708CC8'

red 112 ◦ green 140 ◦ blue 200

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

Shades of Wild Blue Yonder #708CC8

Tints of Wild Blue Yonder #708CC8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

 BLUE value IS 200 (78.52% from 255) = 44.25%

R = 24.78%
G = 30.97%
B = 44.25%

CMYK

 C value IS 0.44

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#708CC8 (or 0x708CC8) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and C8. RGB value is (112,140,200). Sum of RGB (Red+Green+Blue) = 112+140+200=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #708CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CC8 is #8F7337. Grayscale: #8A8A8A. Windows color (decimal): -9401144 or 13143152. OLE color: 13143152.

HSL color Cylindrical-coordinate representation of color #708CC8: hue angle of 220.91º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708CC8 is Cyan = 0.44, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 140 200 -
CMYK 0.44 0.3 0 0.22
HSL 220.91º 0.44% 0.61% -
HSV(B) 220.91º 0.44% 0.78% -
XYZ 26.49 26.37 58.34 -
YUV 138.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 112 140 200 0.44 0.3 0 0.22 220.91 0.44 0.61
Hex 70 8C C8 2C 1E 0 16 DD 2C 3D
Octal 160 214 310 54 36 0 26 335 54 75
Binary 1110000 10001100 11001000 101100 11110 0 10110 11011101 101100 111101

Color Harmonies of #708CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CC8

Black with #708CC8

Text Example


Text Example

White with #708CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708CC8; }

 p { color: rgb(112,140,200); }

 H1.HeaderClassName
 {
   color: #708CC8;
 }
 .AnyTagClassName
 {
   color: #708CC8;
 }
</style>

background-color css

<style>
 a { background-color: #708CC8; }

 a { background-color: rgb(112,140,200); }

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

border-color css

<style>
 span { border-color: #708CC8; }

 span { border-color: rgb(112,140,200); }

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