Html Css Color HEX #708CCC Wild Blue Yonder

📋 copy color: '#708CCC'

red 112 ◦ green 140 ◦ blue 204

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

Shades of Wild Blue Yonder #708CCC

Tints of Wild Blue Yonder #708CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 24.56%
G = 30.7%
B = 44.74%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#708CCC (or 0x708CCC) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and CC. RGB value is (112,140,204). Sum of RGB (Red+Green+Blue) = 112+140+204=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #708CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CCC is #8F7333. Grayscale: #8A8A8A. Windows color (decimal): -9401140 or 13405296. OLE color: 13405296.

HSL color Cylindrical-coordinate representation of color #708CCC: hue angle of 221.74º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #708CCC is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 140 204 -
CMYK 0.45 0.31 0 0.2
HSL 221.74º 0.47% 0.62% -
HSV(B) 221.74º 0.45% 0.8% -
XYZ 26.96 26.56 60.83 -
YUV 138.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 112 140 204 0.45 0.31 0 0.2 221.74 0.47 0.62
Hex 70 8C CC 2D 1F 0 14 DE 2F 3E
Octal 160 214 314 55 37 0 24 336 57 76
Binary 1110000 10001100 11001100 101101 11111 0 10100 11011110 101111 111110

Color Harmonies of #708CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CCC

Black with #708CCC

Text Example


Text Example

White with #708CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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