Html Css Color HEX #708FCB Wild Blue Yonder

📋 copy color: '#708FCB'

red 112 ◦ green 143 ◦ blue 203

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

Shades of Wild Blue Yonder #708FCB

Tints of Wild Blue Yonder #708FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.32%

R = 24.45%
G = 31.22%
B = 44.32%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#708FCB (or 0x708FCB) is known color: Wild Blue Yonder. HEX triplet: 70, 8F and CB. RGB value is (112,143,203). Sum of RGB (Red+Green+Blue) = 112+143+203=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 203 (79.69% from 255 or 44.32% from 458); Max value from RGB is 203 - color contains mainly: blue. Hex color #708FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708FCB is #8F7034. Grayscale: #8C8C8C. Windows color (decimal): -9400373 or 13340528. OLE color: 13340528.

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

Color convert

RGB 112 143 203 -
CMYK 0.45 0.30 0 0.20
HSL 219.56º 0.47% 0.62% -
HSV(B) 219.56º 0.45% 0.8% -
XYZ 27.28 27.4 60.35 -
YUV 140.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 112 143 203 0.45 0.30 0 0.20 219.56 0.47 0.62
Hex 70 8F CB 2D 1E 0 14 DC 2F 3E
Octal 160 217 313 55 36 0 24 334 57 76
Binary 1110000 10001111 11001011 101101 11110 0 10100 11011100 101111 111110

Color Harmonies of #708FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708FCB

Black with #708FCB

Text Example


Text Example

White with #708FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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