Html Css Color HEX #708BD2 Wild Blue Yonder

📋 copy color: '#708BD2'

red 112 ◦ green 139 ◦ blue 210

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

Shades of Wild Blue Yonder #708BD2

Tints of Wild Blue Yonder #708BD2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.15%

 BLUE value IS 210 (82.42% from 255) = 45.55%

R = 24.3%
G = 30.15%
B = 45.55%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#708BD2 (or 0x708BD2) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and D2. RGB value is (112,139,210). Sum of RGB (Red+Green+Blue) = 112+139+210=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #708BD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BD2 is #8F742D. Grayscale: #8A8A8A. Windows color (decimal): -9401390 or 13798256. OLE color: 13798256.

HSL color Cylindrical-coordinate representation of color #708BD2: hue angle of 223.47º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #708BD2 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 139 210 -
CMYK 0.47 0.34 0 0.18
HSL 223.47º 0.52% 0.63% -
HSV(B) 223.47º 0.47% 0.82% -
XYZ 27.55 26.56 64.65 -
YUV 139.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 112 139 210 0.47 0.34 0 0.18 223.47 0.52 0.63
Hex 70 8B D2 2F 22 0 12 DF 34 3F
Octal 160 213 322 57 42 0 22 337 64 77
Binary 1110000 10001011 11010010 101111 100010 0 10010 11011111 110100 111111

Color Harmonies of #708BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BD2

Black with #708BD2

Text Example


Text Example

White with #708BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,139,210); }

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

background-color css

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

 a { background-color: rgb(112,139,210); }

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

border-color css

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

 span { border-color: rgb(112,139,210); }

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