Html Css Color HEX #708BCB Wild Blue Yonder

📋 copy color: '#708BCB'

red 112 ◦ green 139 ◦ blue 203

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

Shades of Wild Blue Yonder #708BCB

Tints of Wild Blue Yonder #708BCB

RGB

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

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

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

R = 24.67%
G = 30.62%
B = 44.71%

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

#708BCB (or 0x708BCB) is known color: Wild Blue Yonder. HEX triplet: 70, 8B and CB. RGB value is (112,139,203). Sum of RGB (Red+Green+Blue) = 112+139+203=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 139 (54.69% from 255 or 30.62% from 454); Blue value is 203 (79.69% from 255 or 44.71% from 454); Max value from RGB is 203 - color contains mainly: blue. Hex color #708BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708BCB is #8F7434. Grayscale: #898989. Windows color (decimal): -9401397 or 13339504. OLE color: 13339504.

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

Color convert

RGB 112 139 203 -
CMYK 0.45 0.32 0 0.20
HSL 222.2º 0.47% 0.62% -
HSV(B) 222.2º 0.45% 0.8% -
XYZ 26.69 26.22 60.15 -
YUV 138.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 112 139 203 0.45 0.32 0 0.20 222.2 0.47 0.62
Hex 70 8B CB 2D 20 0 14 DE 2F 3E
Octal 160 213 313 55 40 0 24 336 57 76
Binary 1110000 10001011 11001011 101101 100000 0 10100 11011110 101111 111110

Color Harmonies of #708BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708BCB

Black with #708BCB

Text Example


Text Example

White with #708BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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