Html Css Color HEX #708FC8 Wild Blue Yonder

📋 copy color: '#708FC8'

red 112 ◦ green 143 ◦ blue 200

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

Shades of Wild Blue Yonder #708FC8

Tints of Wild Blue Yonder #708FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.96%

R = 24.62%
G = 31.43%
B = 43.96%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#708FC8 (or 0x708FC8) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and C8. RGB value is (112,143,200). Sum of RGB (Red+Green+Blue) = 112+143+200=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 200 - color contains mainly: blue. Hex color #708FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FC8 is #8F7037. Grayscale: #8B8B8B. Windows color (decimal): -9400376 or 13143920. OLE color: 13143920.

HSL color Cylindrical-coordinate representation of color #708FC8: hue angle of 218.86º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708FC8 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 143 200 -
CMYK 0.44 0.28 0 0.22
HSL 218.86º 0.44% 0.61% -
HSV(B) 218.86º 0.44% 0.78% -
XYZ 26.93 27.26 58.49 -
YUV 140.23 161.73 107.87 -
System Red Green Blue C M Y K H S L
Decimal 112 143 200 0.44 0.28 0 0.22 218.86 0.44 0.61
Hex 70 8F C8 2C 1C 0 16 DB 2C 3D
Octal 160 217 310 54 34 0 26 333 54 75
Binary 1110000 10001111 11001000 101100 11100 0 10110 11011011 101100 111101

Color Harmonies of #708FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FC8

Black with #708FC8

Text Example


Text Example

White with #708FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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