Html Css Color HEX #708CCF Wild Blue Yonder

📋 copy color: '#708CCF'

red 112 ◦ green 140 ◦ blue 207

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

Shades of Wild Blue Yonder #708CCF

Tints of Wild Blue Yonder #708CCF

RGB

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

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

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

R = 24.4%
G = 30.5%
B = 45.1%

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

#708CCF (or 0x708CCF) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and CF. RGB value is (112,140,207). Sum of RGB (Red+Green+Blue) = 112+140+207=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #708CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CCF is #8F7330. Grayscale: #8A8A8A. Windows color (decimal): -9401137 or 13601904. OLE color: 13601904.

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

Color convert

RGB 112 140 207 -
CMYK 0.46 0.32 0 0.19
HSL 222.32º 0.5% 0.63% -
HSV(B) 222.32º 0.46% 0.81% -
XYZ 27.32 26.71 62.75 -
YUV 139.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 112 140 207 0.46 0.32 0 0.19 222.32 0.5 0.63
Hex 70 8C CF 2E 20 0 13 DE 32 3F
Octal 160 214 317 56 40 0 23 336 62 77
Binary 1110000 10001100 11001111 101110 100000 0 10011 11011110 110010 111111

Color Harmonies of #708CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CCF

Black with #708CCF

Text Example


Text Example

White with #708CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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