Html Css Color HEX #708FCC Wild Blue Yonder

📋 copy color: '#708FCC'

red 112 ◦ green 143 ◦ blue 204

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

Shades of Wild Blue Yonder #708FCC

Tints of Wild Blue Yonder #708FCC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.15%

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

R = 24.4%
G = 31.15%
B = 44.44%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#708FCC (or 0x708FCC) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and CC. RGB value is (112,143,204). Sum of RGB (Red+Green+Blue) = 112+143+204=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 143 (56.25% from 255 or 31.15% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #708FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FCC is #8F7033. Grayscale: #8C8C8C. Windows color (decimal): -9400372 or 13406064. OLE color: 13406064.

HSL color Cylindrical-coordinate representation of color #708FCC: hue angle of 219.78º 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 #708FCC is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 143 204 -
CMYK 0.45 0.30 0 0.2
HSL 219.78º 0.47% 0.62% -
HSV(B) 219.78º 0.45% 0.8% -
XYZ 27.4 27.45 60.98 -
YUV 140.69 163.73 107.54 -
System Red Green Blue C M Y K H S L
Decimal 112 143 204 0.45 0.30 0 0.2 219.78 0.47 0.62
Hex 70 8F CC 2D 1E 0 14 DC 2F 3E
Octal 160 217 314 55 36 0 24 334 57 76
Binary 1110000 10001111 11001100 101101 11110 0 10100 11011100 101111 111110

Color Harmonies of #708FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FCC

Black with #708FCC

Text Example


Text Example

White with #708FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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