Html Css Color HEX #708CBC Wild Blue Yonder

📋 copy color: '#708CBC'

red 112 ◦ green 140 ◦ blue 188

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

Shades of Wild Blue Yonder #708CBC

Tints of Wild Blue Yonder #708CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.73%

R = 25.45%
G = 31.82%
B = 42.73%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#708CBC (or 0x708CBC) is known color: Wild Blue Yonder. HEX triplet: 70, 8C and BC. RGB value is (112,140,188). Sum of RGB (Red+Green+Blue) = 112+140+188=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 188 - color contains mainly: blue. Hex color #708CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708CBC is #8F7343. Grayscale: #888888. Windows color (decimal): -9401156 or 12356720. OLE color: 12356720.

HSL color Cylindrical-coordinate representation of color #708CBC: hue angle of 217.89º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #708CBC is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 140 188 -
CMYK 0.40 0.26 0 0.26
HSL 217.89º 0.36% 0.59% -
HSV(B) 217.89º 0.4% 0.74% -
XYZ 25.14 25.83 51.24 -
YUV 137.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 112 140 188 0.40 0.26 0 0.26 217.89 0.36 0.59
Hex 70 8C BC 28 1A 0 1A DA 24 3B
Octal 160 214 274 50 32 0 32 332 44 73
Binary 1110000 10001100 10111100 101000 11010 0 11010 11011010 100100 111011

Color Harmonies of #708CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708CBC

Black with #708CBC

Text Example


Text Example

White with #708CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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