Html Css Color HEX #708BCC Wild Blue Yonder

📋 copy color: '#708BCC'

red 112 ◦ green 139 ◦ blue 204

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

Shades of Wild Blue Yonder #708BCC

Tints of Wild Blue Yonder #708BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.55%

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

R = 24.62%
G = 30.55%
B = 44.84%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#708BCC (or 0x708BCC) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and CC. RGB value is (112,139,204). Sum of RGB (Red+Green+Blue) = 112+139+204=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #708BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BCC is #8F7433. Grayscale: #8A8A8A. Windows color (decimal): -9401396 or 13405040. OLE color: 13405040.

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

Color convert

RGB 112 139 204 -
CMYK 0.45 0.32 0 0.2
HSL 222.39º 0.47% 0.62% -
HSV(B) 222.39º 0.45% 0.8% -
XYZ 26.81 26.27 60.78 -
YUV 138.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 112 139 204 0.45 0.32 0 0.2 222.39 0.47 0.62
Hex 70 8B CC 2D 20 0 14 DE 2F 3E
Octal 160 213 314 55 40 0 24 336 57 76
Binary 1110000 10001011 11001100 101101 100000 0 10100 11011110 101111 111110

Color Harmonies of #708BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BCC

Black with #708BCC

Text Example


Text Example

White with #708BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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