Html Css Color HEX #708DB5 Ship Cove

📋 copy color: '#708DB5'

red 112 ◦ green 141 ◦ blue 181

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

Shades of Ship Cove #708DB5

Tints of Ship Cove #708DB5

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

 BLUE value IS 181 (71.09% from 255) = 41.71%

R = 25.81%
G = 32.49%
B = 41.71%

CMYK

 C value IS 0.38

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#708DB5 (or 0x708DB5) is known color: Ship Cove. HEX triplet: 70, 8D and B5. RGB value is (112,141,181). Sum of RGB (Red+Green+Blue) = 112+141+181=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 181 - color contains mainly: blue. Hex color #708DB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #708DB5 is #8F724A. Grayscale: #888888. Windows color (decimal): -9400907 or 11898224. OLE color: 11898224.

HSL color Cylindrical-coordinate representation of color #708DB5: hue angle of 214.78º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #708DB5 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 141 181 -
CMYK 0.38 0.22 0 0.29
HSL 214.78º 0.32% 0.57% -
HSV(B) 214.78º 0.38% 0.71% -
XYZ 24.55 25.83 47.41 -
YUV 136.89 152.89 110.25 -
System Red Green Blue C M Y K H S L
Decimal 112 141 181 0.38 0.22 0 0.29 214.78 0.32 0.57
Hex 70 8D B5 26 16 0 1D D7 20 39
Octal 160 215 265 46 26 0 35 327 40 71
Binary 1110000 10001101 10110101 100110 10110 0 11101 11010111 100000 111001

Color Harmonies of #708DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708DB5

Black with #708DB5

Text Example


Text Example

White with #708DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,141,181); }

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

background-color css

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

 a { background-color: rgb(112,141,181); }

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

border-color css

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

 span { border-color: rgb(112,141,181); }

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