Html Css Color HEX #708DCF Wild Blue Yonder

📋 copy color: '#708DCF'

red 112 ◦ green 141 ◦ blue 207

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

Shades of Wild Blue Yonder #708DCF

Tints of Wild Blue Yonder #708DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.65%

 BLUE value IS 207 (81.25% from 255) = 45%

R = 24.35%
G = 30.65%
B = 45%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#708DCF (or 0x708DCF) is known color: Wild Blue Yonder. HEX triplet: 70, 8D and CF. RGB value is (112,141,207). Sum of RGB (Red+Green+Blue) = 112+141+207=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #708DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DCF is #8F7230. Grayscale: #8B8B8B. Windows color (decimal): -9400881 or 13602160. OLE color: 13602160.

HSL color Cylindrical-coordinate representation of color #708DCF: hue angle of 221.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708DCF is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 141 207 -
CMYK 0.46 0.32 0 0.19
HSL 221.68º 0.5% 0.63% -
HSV(B) 221.68º 0.46% 0.81% -
XYZ 27.47 27 62.8 -
YUV 139.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 112 141 207 0.46 0.32 0 0.19 221.68 0.5 0.63
Hex 70 8D CF 2E 20 0 13 DE 32 3F
Octal 160 215 317 56 40 0 23 336 62 77
Binary 1110000 10001101 11001111 101110 100000 0 10011 11011110 110010 111111

Color Harmonies of #708DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DCF

Black with #708DCF

Text Example


Text Example

White with #708DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,141,207); }

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

background-color css

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

 a { background-color: rgb(112,141,207); }

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

border-color css

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

 span { border-color: rgb(112,141,207); }

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