Html Css Color HEX #708CCB Wild Blue Yonder

📋 copy color: '#708CCB'

red 112 ◦ green 140 ◦ blue 203

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

Shades of Wild Blue Yonder #708CCB

Tints of Wild Blue Yonder #708CCB

RGB

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

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

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

R = 24.62%
G = 30.77%
B = 44.62%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#708CCB (or 0x708CCB) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and CB. RGB value is (112,140,203). Sum of RGB (Red+Green+Blue) = 112+140+203=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #708CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CCB is #8F7334. Grayscale: #8A8A8A. Windows color (decimal): -9401141 or 13339760. OLE color: 13339760.

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

Color convert

RGB 112 140 203 -
CMYK 0.45 0.31 0 0.20
HSL 221.54º 0.47% 0.62% -
HSV(B) 221.54º 0.45% 0.8% -
XYZ 26.84 26.51 60.2 -
YUV 138.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 112 140 203 0.45 0.31 0 0.20 221.54 0.47 0.62
Hex 70 8C CB 2D 1F 0 14 DE 2F 3E
Octal 160 214 313 55 37 0 24 336 57 76
Binary 1110000 10001100 11001011 101101 11111 0 10100 11011110 101111 111110

Color Harmonies of #708CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CCB

Black with #708CCB

Text Example


Text Example

White with #708CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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