Html Css Color HEX #708ACB Wild Blue Yonder

📋 copy color: '#708ACB'

red 112 ◦ green 138 ◦ blue 203

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

Shades of Wild Blue Yonder #708ACB

Tints of Wild Blue Yonder #708ACB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.46%

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

R = 24.72%
G = 30.46%
B = 44.81%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#708ACB (or 0x708ACB) is known color: Wild Blue Yonder. HEX triplet: 70, 8A and CB. RGB value is (112,138,203). Sum of RGB (Red+Green+Blue) = 112+138+203=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 203 - color contains mainly: blue. Hex color #708ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708ACB is #8F7534. Grayscale: #898989. Windows color (decimal): -9401653 or 13339248. OLE color: 13339248.

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

Color convert

RGB 112 138 203 -
CMYK 0.45 0.32 0 0.20
HSL 222.86º 0.47% 0.62% -
HSV(B) 222.86º 0.45% 0.8% -
XYZ 26.55 25.93 60.11 -
YUV 137.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 112 138 203 0.45 0.32 0 0.20 222.86 0.47 0.62
Hex 70 8A CB 2D 20 0 14 DF 2F 3E
Octal 160 212 313 55 40 0 24 337 57 76
Binary 1110000 10001010 11001011 101101 100000 0 10100 11011111 101111 111110

Color Harmonies of #708ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708ACB

Black with #708ACB

Text Example


Text Example

White with #708ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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