Html Css Color HEX #708BCF Wild Blue Yonder

📋 copy color: '#708BCF'

red 112 ◦ green 139 ◦ blue 207

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

Shades of Wild Blue Yonder #708BCF

Tints of Wild Blue Yonder #708BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 24.45%
G = 30.35%
B = 45.2%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#708BCF (or 0x708BCF) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and CF. RGB value is (112,139,207). Sum of RGB (Red+Green+Blue) = 112+139+207=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #708BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BCF is #8F7430. Grayscale: #8A8A8A. Windows color (decimal): -9401393 or 13601648. OLE color: 13601648.

HSL color Cylindrical-coordinate representation of color #708BCF: hue angle of 222.95º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708BCF is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 139 207 -
CMYK 0.46 0.33 0 0.19
HSL 222.95º 0.5% 0.63% -
HSV(B) 222.95º 0.46% 0.81% -
XYZ 27.18 26.41 62.7 -
YUV 138.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 112 139 207 0.46 0.33 0 0.19 222.95 0.5 0.63
Hex 70 8B CF 2E 21 0 13 DF 32 3F
Octal 160 213 317 56 41 0 23 337 62 77
Binary 1110000 10001011 11001111 101110 100001 0 10011 11011111 110010 111111

Color Harmonies of #708BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BCF

Black with #708BCF

Text Example


Text Example

White with #708BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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